mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Make the nightly publish cron task also respond to a publish-nightly event
This commit is contained in:
parent
d95942b05f
commit
5c7ef4c48a
2
.github/workflows/nightly.yaml
vendored
2
.github/workflows/nightly.yaml
vendored
@ -3,6 +3,8 @@ name: Publish Nightly
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 23 * * *'
|
||||
repository_dispatch:
|
||||
types: publish-nightly
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user