Skip to content

Commit

Permalink
Merge pull request #5 from crazy-max/ci-dispatch
Browse files Browse the repository at this point in the history
ci: add workflow_dispatch event
  • Loading branch information
crazy-max authored Nov 23, 2022
2 parents 9a08474 + 791bc66 commit 5d7f112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true

on:
workflow_dispatch:
push:
branches:
- 'master'
Expand Down

0 comments on commit 5d7f112

Please sign in to comment.