Skip to content

Commit 26dcc4a

Browse files
authored
Merge pull request #106 from wayofdev/fix/updates
fix: schedule builds on Mondays
2 parents 369a29e + 79e9d0c commit 26dcc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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 * * *"
12+
- cron: "30 8 * * 1"
1313

1414
env:
1515
DOCKER_NAMESPACE: wayofdev/php-base

0 commit comments

Comments
 (0)