Skip to content

Commit fba54f7

Browse files
authored
Update test.yml
1 parent 67d473d commit fba54f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: push
1+
on:
2+
push:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: '15 3 1 * *' # <https://crontab.guru/#45_16_*_*_0>
26

37
jobs:
48
build:

0 commit comments

Comments
 (0)