Skip to content

Commit c4d0f51

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Lint
22

33
on:
4+
push:
5+
branches:
6+
- "*"
47
pull_request:
58
branches:
69
- main
7-
- push
8-
- pull_request
910

1011
permissions:
1112
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)