Skip to content

Commit

Permalink
Add workflow_dispatch to test workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWilkie committed Jun 6, 2024
1 parent d5ca080 commit 16d55fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/EVENT_merge_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
workflow_call:
workflow_dispatch: # Added this line to enable manual triggering

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 16d55fa

Please sign in to comment.