Skip to content

Commit

Permalink
Merge pull request #60 from vicamo/for-myself/add-scheduled-builds
Browse files Browse the repository at this point in the history
feat: add scheduled builds
  • Loading branch information
vicamo authored May 3, 2024
2 parents 2c68174 + 51a113a commit 8308e79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- main
schedule:
- cron: '30 3 * * 0'
workflow_dispatch:
inputs:
include_eol:
Expand Down

0 comments on commit 8308e79

Please sign in to comment.