From 05327879e573cada191b7c27df2e3dadc4c243da Mon Sep 17 00:00:00 2001 From: Mysty Date: Wed, 15 May 2024 13:27:09 +1000 Subject: [PATCH] Update coverage_and_lint.yml --- .github/workflows/coverage_and_lint.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage_and_lint.yml b/.github/workflows/coverage_and_lint.yml index ba70c78..3b592a7 100644 --- a/.github/workflows/coverage_and_lint.yml +++ b/.github/workflows/coverage_and_lint.yml @@ -4,7 +4,10 @@ on: push: branches: - main - - htmx + pull_request: + branches: + - main + types: [opened, reopened, synchronize] jobs: check: @@ -40,4 +43,4 @@ jobs: - name: Lint with Ruff if: ${{ always() && steps.install-deps.outcome == 'success' }} - uses: chartboost/ruff-action@v1 \ No newline at end of file + uses: chartboost/ruff-action@v1