From 33a4200943119da97fe31cc02f76e210233e9e33 Mon Sep 17 00:00:00 2001 From: Mysty Date: Wed, 15 May 2024 13:29:48 +1000 Subject: [PATCH] Update coverage_and_lint.yml (#37) --- .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