From 641449aba709725150f51711a45321461148c4c6 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Thu, 8 Aug 2024 13:12:23 +0200 Subject: [PATCH] chore: debug --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20ff260..96f79f0 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 }} @@ -55,7 +52,6 @@ jobs: coverage: needs: test - if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4