From 1d113c4d64354b47e1ecbc5c7637594cf39f47ea Mon Sep 17 00:00:00 2001 From: "jabber.developer2" Date: Sat, 17 Jan 2026 18:13:47 +0300 Subject: [PATCH] ci: run coverage on PRs too, not just master push --- .github/workflows/ci-code.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-code.yml b/.github/workflows/ci-code.yml index d7138293..4fc5c73c 100644 --- a/.github/workflows/ci-code.yml +++ b/.github/workflows/ci-code.yml @@ -102,7 +102,6 @@ jobs: coverage: runs-on: ubuntu-latest name: Code Coverage - if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4 - name: Build and run coverage