Skip to content

Commit

Permalink
trigger auto builds only over version branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed Jan 8, 2025
1 parent 1a3d829 commit 6008ad9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: scheduled-build
on:
push:
branches:
- main
- 8.1
- 8.2
- 8.3
- 8.4
schedule:
- cron: '0 0 * * 6'

Expand Down

0 comments on commit 6008ad9

Please sign in to comment.