Skip to content

Commit

Permalink
Update build.yml to add periodic building
Browse files Browse the repository at this point in the history
filmil authored Dec 11, 2024
1 parent 7ba9e0f commit 9b18039
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,12 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]

schedule:
- cron: "13 7 * * 0"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest

0 comments on commit 9b18039

Please sign in to comment.