Skip to content

Commit 3c4c40e

Browse files
authored
Merge pull request #110 from wayofdev/feat/php-8.4-support
fix: auto-build every day at 8:30
2 parents 7c1435c + a653ca6 commit 3c4c40e

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)