mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00
Define branches for workflow finished
This commit is contained in:
parent
3be907b608
commit
3ea2573906
1 changed files with 8 additions and 4 deletions
12
.github/workflows/workflow-finished.yml
vendored
12
.github/workflows/workflow-finished.yml
vendored
|
@ -4,10 +4,14 @@ run-name: Workflow Finished ${{ github.event.workflow_run.display_title }} (${{
|
|||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- CI
|
||||
- Nightly
|
||||
- Scheduled
|
||||
- Stage Release
|
||||
- CI
|
||||
- Nightly
|
||||
- Scheduled
|
||||
- Stage Release
|
||||
branches:
|
||||
- master
|
||||
- 3007.x
|
||||
- 3006.x
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue