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

View File

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