Skip to content

Commit

Permalink
Enable pull requests to be run from v*test branches (#41474)
Browse files Browse the repository at this point in the history
Since we switch from direct push of cherry-picking to open PRs
against v*test branch, we should enable PRs to run for the target
branch.
  • Loading branch information
potiuk committed Aug 14, 2024
1 parent 3f2cf33 commit a9363e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on: # yamllint disable-line rule:truthy
push:
branches: ['v[0-9]+-[0-9]+-test']
pull_request:
branches: ['main']
branches: ['main', 'v[0-9]+-[0-9]+-test']
workflow_dispatch:
permissions:
# All other permissions are set to none
Expand Down

0 comments on commit a9363e6

Please sign in to comment.