mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ci: fix the branch patterns of the 'Check cherry-picks' action
For reference on the acceptable pattern: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
This commit is contained in:
parent
e7abae2dda
commit
01127f2276
4
.github/workflows/check-cherry-picks.yml
vendored
4
.github/workflows/check-cherry-picks.yml
vendored
@ -2,8 +2,8 @@ name: "Check cherry-picks"
|
||||
on:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- 'release-*'
|
||||
- 'staging-*'
|
||||
- 'release-**'
|
||||
- 'staging-**'
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user