Skip to content

Commit

Permalink
fix: schedule builds on mondays
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Nov 22, 2024
1 parent 4bdada8 commit 79e9d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
types:
- released
schedule:
- cron: "30 8 * * *"
- cron: "30 8 * * 1"

env:
DOCKER_NAMESPACE: wayofdev/php-base
Expand Down

0 comments on commit 79e9d0c

Please sign in to comment.