Skip to content

Commit 13c678f

Browse files
committed
1 parent 3ed9d3d commit 13c678f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Main
22
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: "0 0 * * *"
36
push:
4-
branches:
5-
- main
67

78
permissions:
89
actions: write

0 commit comments

Comments
 (0)