Skip to content

Commit

Permalink
Allow CI workflow to be manually dispatched (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Mar 13, 2024
1 parent d8487a0 commit 0dbcef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
push:
branches:
- master
workflow_dispatch:

# Only allow one run in this group to run at a time, and cancel any runs in progress in this group.
# We use the workflow name and then add the pull request number, or (if it's a push to master), we use the name of the branch.
Expand Down

0 comments on commit 0dbcef6

Please sign in to comment.