mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows:
|
workflows:
|
||||||
- CI
|
- CI
|
||||||
- Nightly
|
- Nightly
|
||||||
- Scheduled
|
- Scheduled
|
||||||
- Stage Release
|
- Stage Release
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- 3007.x
|
||||||
|
- 3006.x
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue