diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 341c7c7..c0b0b61 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - master + - main tags: '*' pull_request: jobs: @@ -33,4 +33,4 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v3 with: - files: lcov.info \ No newline at end of file + files: lcov.info