Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric authored Oct 15, 2023
1 parent 17b88ce commit 487f4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 5 1 * *'
- cron: '30 5 */30 * *'
# Triggers the workflow on push event only for all branches
push:
branches: [ main, master, develop ]
Expand Down

0 comments on commit 487f4be

Please sign in to comment.