mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +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:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- 'release-*'
|
- 'release-**'
|
||||||
- 'staging-*'
|
- 'staging-**'
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue