Skip to content

Commit 00e9c33

Browse files
authored
run pylint/test on PRs too
1 parent a5dc4e1 commit 00e9c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: Python linting & testing
55

6-
on: [push]
6+
on: [push, pull_request]
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)