Skip to content

Commit

Permalink
ci: build files every month (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Sep 16, 2024
1 parent f7b2f6b commit 0b709bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches: [master]
paths-ignore:
- '**.md'
schedule:
# build it every month so we always have valid build in actions
- cron: '15 5 1 * *'

jobs:
build:
Expand Down

0 comments on commit 0b709bd

Please sign in to comment.