We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a1f16 commit 5a41440Copy full SHA for 5a41440
.github/workflows/npm.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ schedule:
8
+ - cron: "0 0 * * 1"
9
10
jobs:
11
build-deploy:
0 commit comments