Try different syntax for workflow and branches

This commit is contained in:
Daniel A. Wozniak 2025-02-21 00:01:22 -07:00
parent 1cd6139479
commit 9a3d947760

View file

@ -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