Skip to content

Commit a653ca6

Browse files
committed
fix: auto-build every day at 8:30
1 parent 7c1435c commit a653ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
99
types:
1010
- released
1111
schedule:
12-
- cron: "30 8 * * 1"
12+
- cron: "30 8 * * *"
1313

1414
env:
1515
DOCKER_NAMESPACE: wayofdev/php-base

0 commit comments

Comments
 (0)