diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d30f9a5..d554c88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: ci on: push: - branches: [master] + branches: [main] jobs: test: @@ -18,4 +18,4 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: cov_profile/cov.lcov \ No newline at end of file + path-to-lcov: cov_profile/cov.lcov