Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Jan 6, 2023
1 parent 55969fa commit f2bac33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- '*'
Expand All @@ -25,4 +25,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run tests
run: make test-linux
run: make test-linux

0 comments on commit f2bac33

Please sign in to comment.