diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8914b0d..59886ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,7 @@ name: main on: - pull_request: - types: [opened, reopened, synchronize] - branches: [main] push: - branches: [main] + branches: [trigger-coveralls] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} @@ -58,7 +55,6 @@ jobs: coverage: needs: test - if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4