We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753af41 commit 7933709Copy full SHA for 7933709
.github/workflows/publish.yml
@@ -2,8 +2,8 @@ name: publish
2
on:
3
workflow_dispatch: # We can add version input when 1.0 is released and scheduled releases are removed
4
5
- schedule:
6
- - cron: "0 0 * * *" # midnight UTC
+# schedule:
+# - cron: "0 0 * * *" # midnight UTC
7
8
push:
9
branches:
0 commit comments