Skip to content

Commit 7a0c8fc

Browse files
authored
ci: run ci on main branch (#162)
* ci: run ci on main branch * ci: fix deprecated param for codecov-action
1 parent 23df5b3 commit 7a0c8fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
push:
55
branches:
6-
- master
6+
- main
77
tags: '*'
88
jobs:
99
test:
@@ -27,7 +27,7 @@ jobs:
2727
- uses: julia-actions/julia-processcoverage@v1
2828
- uses: codecov/codecov-action@v5
2929
with:
30-
file: lcov.info
30+
files: lcov.info
3131
token: ${{ secrets.CODECOV_TOKEN }}
3232
fail_ci_if_error: true
3333

0 commit comments

Comments
 (0)