Skip to content

Commit 6c168c6

Browse files
authored
Merge pull request #5 from laravel-upgrade-helper/add-cron
add cron for end of day
2 parents e59f70e + 95cb300 commit 6c168c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Push to main
22

33
on:
4+
schedule:
5+
- cron: "0 0 * * *"
46
workflow_dispatch:
57
push:
68
branches:

0 commit comments

Comments
 (0)