Skip to content

Commit

Permalink
ci: Add scheduled builds
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 18, 2024
1 parent 140a947 commit f339a9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches:
- main
- fix/*
schedule:
- cron: '0 2 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.sha }}-${{ github.base_ref || '' }}
Expand Down

0 comments on commit f339a9a

Please sign in to comment.