Skip to content

Commit b30a921

Browse files
authored
Update test.yml
1 parent 9e80311 commit b30a921

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

+5-1
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)