Unverified Commit 7dc03892 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

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

ci: fix the branch patterns of the 'Check cherry-picks' action
parents b117f65a 01127f22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@ name: "Check cherry-picks"
on:
  pull_request_target:
    branches:
     - 'release-*'
     - 'staging-*'
     - 'release-**'
     - 'staging-**'

permissions: {}