We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313ffee commit a88b135Copy full SHA for a88b135
.github/workflows/deploy.yaml
@@ -1,6 +1,8 @@
1
name: Generate and Deploy
2
3
on:
4
+ push:
5
+ branches: [master]
6
schedule:
7
- cron: '0 0 * * *'
8
workflow_dispatch:
0 commit comments