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 b557d87 commit 07a025dCopy full SHA for 07a025d
.github/workflows/deploy.yml
@@ -2,8 +2,9 @@ name: Deploy to npm
2
3
on:
4
schedule:
5
- - cron: "0 4 * * *" # Daily
6
- workflow_dispatch:
+ # Daily run
+ - cron: "0 4 * * *"
7
+ workflow_dispatch: null
8
9
permissions:
10
contents: write
0 commit comments