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