Skip to content

Commit 79e9d0c

Browse files
committed
fix: schedule builds on mondays
1 parent 4bdada8 commit 79e9d0c

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

1414
env:
1515
DOCKER_NAMESPACE: wayofdev/php-base

0 commit comments

Comments
 (0)