Define branches for workflow finished

This commit is contained in:
Daniel A. Wozniak 2025-02-16 21:10:32 -07:00
parent 3be907b608
commit 3ea2573906

View file

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