Skip to content

Commit

Permalink
Update ci.yml to run workflow checks on merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin authored Oct 1, 2024
1 parent 9a2ccc0 commit 22eead4
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 @@ -8,7 +8,7 @@ on:
branches:
- main
push:
branches: [ master ]
branches: [ main ]

jobs:
run-unit-tests:
Expand All @@ -28,4 +28,4 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 22eead4

Please sign in to comment.