Skip to content

Commit

Permalink
chore: Run component tests when a PR is opened against the 2025-relea…
Browse files Browse the repository at this point in the history
…se branch (#1870)
  • Loading branch information
notlee authored Nov 14, 2024
1 parent 774cdc5 commit 0eaccf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency:

on:
pull_request:
branches: [ main ]
branches: [ main, 2025-release]

jobs:
changes:
Expand Down
2 changes: 1 addition & 1 deletion templates/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:

on:
pull_request:
branches: [ main ]
branches: [ main, 2025-release]

jobs:
changes:
Expand Down

0 comments on commit 0eaccf5

Please sign in to comment.