Skip to content

Commit 9471e56

Browse files
committed
MAINT/TST: Add requirement to run linting on push/PR
We want this to be noticed as early as possible
1 parent 6007d86 commit 9471e56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- push
8+
- pull_request
79

810
permissions:
911
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)