Skip to content

Commit

Permalink
add dev branch to automatic testing
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-darling committed Jul 21, 2022
1 parent 52d6651 commit 576acb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
schedule:
# daily testing to occur at 7:30 CST every Monday
- cron: '30 13 * * 1'
Expand Down

0 comments on commit 576acb6

Please sign in to comment.