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
+2 -2
View File
@@ -2,8 +2,8 @@ name: "Check cherry-picks"
on:
pull_request_target:
branches:
- 'release-*'
- 'staging-*'
- 'release-**'
- 'staging-**'
permissions: {}