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