We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9989b commit 4592ff3Copy full SHA for 4592ff3
.github/workflows/deploy.yml
@@ -1,10 +1,6 @@
1
name: Deploy to npm
2
3
on:
4
- # This only gets triggered by a maintainer merging, not the bot
5
- push:
6
- branches:
7
- - main
8
schedule:
9
# Daily run
10
- cron: "0 4 * * *"
0 commit comments