Commit 01127f22 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

ci: fix the branch patterns of the 'Check cherry-picks' action

parent e7abae2d
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: {}