Skip to content

Commit

Permalink
Fix branch in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Jul 18, 2023
1 parent 4244e16 commit 6d92699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI

# Run CI when a PR is opened against the branch `master`
# and when one pushes a commit to `master`.
# Run CI when a PR is opened against the branch `main`
# and when one pushes a commit to `main`.
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

# Run CI on all 3 latest OSes
jobs:
Expand Down

0 comments on commit 6d92699

Please sign in to comment.