Skip to content

Commit

Permalink
chore: Update testPullRequest.yml
Browse files Browse the repository at this point in the history
Include candidate-* branches in PR tests
  • Loading branch information
GordonSmith authored Sep 25, 2024
1 parent 4a426f6 commit 8a1fe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [trunk]
pull_request:
branches: [trunk]
branches: [trunk,candidate-*]

jobs:
build:
Expand Down

0 comments on commit 8a1fe5e

Please sign in to comment.