mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Make the nightly publish cron task also respond to a publish-nightly event
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user