We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95942b commit 5c7ef4cCopy full SHA for 5c7ef4c
.github/workflows/nightly.yaml
@@ -3,6 +3,8 @@ name: Publish Nightly
3
on:
4
schedule:
5
- cron: '0 23 * * *'
6
+ repository_dispatch:
7
+ types: publish-nightly
8
9
jobs:
10
build:
0 commit comments