Add workflow_dispatch to our nightly publish script. (#39485)

* Add workflow_dispatch to our nightly publish script.

* Update nightly.yaml
This commit is contained in:
Daniel Rosenwasser 2020-07-07 16:11:14 -07:00 committed by GitHub
parent 4f375552b5
commit b7193a6a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ name: Publish Nightly
on:
schedule:
- cron: '0 7 * * *'
# enable users to manually trigger with workflow_dispatch
workflow_dispatch: {}
repository_dispatch:
types: publish-nightly