Skip to content

Commit

Permalink
Allow CI to run for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmkenney committed Jan 17, 2025
1 parent 0b770d5 commit c211252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "main"
pull_request:
branches:
- "main"
- "*"
schedule:
# Nightly tests run on master by default:
# Scheduled workflows run on the latest commit on the default or base branch.
Expand Down

0 comments on commit c211252

Please sign in to comment.