Merge pull request #413 from crazy-max/ci-dispatch

ci: add workflow_dispatch event
pull/415/head
CrazyMax 9 months ago committed by GitHub
commit 941183f0a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'
push:

Loading…
Cancel
Save