Skip to content

Commit 33a4200

Browse files
authored
Update coverage_and_lint.yml (#37)
1 parent 59c84dc commit 33a4200

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/coverage_and_lint.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
- htmx
7+
pull_request:
8+
branches:
9+
- main
10+
types: [opened, reopened, synchronize]
811

912
jobs:
1013
check:
@@ -40,4 +43,4 @@ jobs:
4043

4144
- name: Lint with Ruff
4245
if: ${{ always() && steps.install-deps.outcome == 'success' }}
43-
uses: chartboost/ruff-action@v1
46+
uses: chartboost/ruff-action@v1

0 commit comments

Comments
 (0)