ci: add workflow_dispatch for quick releases

This commit is contained in:
Jef LeCompte
2020-12-11 13:28:32 -05:00
parent ef452d8e58
commit 064ce83f03
+1
View File
@@ -2,6 +2,7 @@ name: nightly
on: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
workflow_dispatch: {}
jobs: jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest