Merge pull request #302888 from LeSuisse/fix-ci-cherry-picks-branches

ci: fix the branch patterns of the 'Check cherry-picks' action
This commit is contained in:
Robert Scott 2024-04-09 19:30:30 +01:00 committed by GitHub
commit 7dc03892b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ name: "Check cherry-picks"
on:
pull_request_target:
branches:
- 'release-*'
- 'staging-*'
- 'release-**'
- 'staging-**'
permissions: {}