From: Daan De Meyer Date: Fri, 20 Dec 2024 09:21:12 +0000 (+0100) Subject: coverage: Run on pull request in a few cases X-Git-Tag: v258-rc1~1797^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3add2d73b3e8fdb9babe3531106720c7141533c9;p=thirdparty%2Fsystemd.git coverage: Run on pull request in a few cases If we're changing the integration test wrapper or coverage.yml, let's run the coverage workflow on PRs as well to make sure it doesn't break. --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7850c2c5149..01af0757227 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -7,6 +7,14 @@ on: # Calculate coverage daily at midnight - cron: '0 0 * * *' + pull_request: + branches: + - main + - v[0-9]+-stable + paths: + - .github/workflows/coverage.yml + - test/integration-test-wrapper.py + permissions: contents: read