Skip to content

Commit

Permalink
CI: run tests every month
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jun 16, 2021
1 parent 6001d78 commit 11c0ccd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Continuous integration
on:
push:
pull_request:
schedule:
# Every month
- cron: '0 0 1 * *'

jobs:
build:
Expand Down

0 comments on commit 11c0ccd

Please sign in to comment.