Skip to content

Commit

Permalink
GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Jun 27, 2024
1 parent 18a44b3 commit 3d4b6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Test
on:
# Run CI on pushes to the main branch, and on PRs against main.
push:
branches: [ main ]
branches: [ main, eight-oh-nine-one ]
pull_request:
branches: [ main ]
branches: [ main, eight-oh-nine-one ]
schedule:
- cron: 0 15 * * *

Expand Down

0 comments on commit 3d4b6af

Please sign in to comment.