We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed9d3d commit 13c678fCopy full SHA for 13c678f
.github/workflows/main.yml
@@ -1,8 +1,9 @@
1
name: Main
2
on:
3
+ workflow_dispatch:
4
+ schedule:
5
+ - cron: "0 0 * * *"
6
push:
- branches:
- - main
7
8
permissions:
9
actions: write
0 commit comments