Skip to content

Commit

Permalink
ci: run ci on main branch (#162)
Browse files Browse the repository at this point in the history
* ci: run ci on main branch

* ci: fix deprecated param for codecov-action
  • Loading branch information
Chengyu Han authored Jan 1, 2025
1 parent 23df5b3 commit 7a0c8fc
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 @@ on:
pull_request:
push:
branches:
- master
- main
tags: '*'
jobs:
test:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v5
with:
file: lcov.info
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

Expand Down

0 comments on commit 7a0c8fc

Please sign in to comment.