Skip to content

Commit 5c7ef4c

Browse files
committed
Make the nightly publish cron task also respond to a publish-nightly event
1 parent d95942b commit 5c7ef4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Publish Nightly
33
on:
44
schedule:
55
- cron: '0 23 * * *'
6+
repository_dispatch:
7+
types: publish-nightly
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)