We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b21947 commit 50a6611Copy full SHA for 50a6611
1 file changed
.github/workflows/pylint.yml
@@ -1,6 +1,11 @@
1
name: Pylint
2
3
-on: [push]
+on:
4
+ push:
5
+ branches: [ "master", "dev"]
6
+ paths:
7
+ - '**.py'
8
+ - '.github/workflows/pylint.yml'
9
10
permissions:
11
contents: read
0 commit comments