Skip to content

Commit

Permalink
Enable running Pull Requests against v2-10-stable branch (#41624)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Aug 20, 2024
1 parent ef5da26 commit e306e7f
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', 'v[0-9]+-[0-9]+-test']
branches: ['main', 'v[0-9]+-[0-9]+-test', 'v[0-9]+-[0-9]+-stable']
workflow_dispatch:
permissions:
# All other permissions are set to none
Expand Down

0 comments on commit e306e7f

Please sign in to comment.