diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index a034f63..2086ee4 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -2,7 +2,7 @@ name: Coverage on: push: branches: - - main + - coverage_pages pull_request: types: - opened @@ -65,7 +65,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} config: .github/octocov.yml CoverageWithReport: - if: github.event_name == 'push' && github.ref == 'refs/heads/main' + if: github.event_name == 'push' && github.ref == 'refs/heads/coverage_pages' permissions: pages: write id-token: write