mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Try different syntax for workflow and branches
This commit is contained in:
parent
1cd6139479
commit
9a3d947760
1 changed files with 2 additions and 8 deletions
10
.github/workflows/workflow-finished.yml
vendored
10
.github/workflows/workflow-finished.yml
vendored
|
@ -3,14 +3,8 @@ run-name: Workflow Finished ${{ github.event.workflow_run.display_title }} (${{
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows:
|
workflows: ["Nightly", "Scheduled", "Stage Release"]
|
||||||
- Nightly
|
branches: ["3006.x", "3007.x", "master"]
|
||||||
- Scheduled
|
|
||||||
- Stage Release
|
|
||||||
branches:
|
|
||||||
- 3006.x
|
|
||||||
- 3007.x
|
|
||||||
- master
|
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue