mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
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:
parent
4f375552b5
commit
b7193a6a44
2
.github/workflows/nightly.yaml
vendored
2
.github/workflows/nightly.yaml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user