about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2024-04-09 19:31:29 +0100
committerGitHub <noreply@github.com>2024-04-09 19:31:29 +0100
commit083b46867d74679960895a2a7db34d50598267fe (patch)
tree538aac9fd2ffde9d0cd5fcb544562028e3f58dcd
parent73844014f48f8f968f98366b33bbdcf693d6d407 (diff)
parente6ab694b7c130a697a67893f3f93702f2da21fb9 (diff)
Merge pull request #302897 from NixOS/backport-302888-to-release-23.11
[Backport release-23.11] ci: fix the branch patterns of the 'Check cherry-picks' action
-rw-r--r--.github/workflows/check-cherry-picks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-cherry-picks.yml b/.github/workflows/check-cherry-picks.yml
index 9e7f6e277e993..8dfc3f6c06062 100644
--- a/.github/workflows/check-cherry-picks.yml
+++ b/.github/workflows/check-cherry-picks.yml
@@ -2,8 +2,8 @@ name: "Check cherry-picks"
 on:
   pull_request_target:
     branches:
-     - 'release-*'
-     - 'staging-*'
+     - 'release-**'
+     - 'staging-**'
 
 permissions: {}