Skip to content

Commit

Permalink
Merge pull request #392 from kbonney/patch-1
Browse files Browse the repository at this point in the history
Add scheduled testing to workflow
  • Loading branch information
kaklise authored Nov 8, 2023
2 parents 6b63bae + 746ceb4 commit 733feed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
schedule:
- cron: '0 0 1 * *'

jobs:

Expand Down

0 comments on commit 733feed

Please sign in to comment.