Skip to content

Commit 3ad4743

Browse files
committed
Only run when relevant files change
1 parent 8d41b0b commit 3ad4743

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/linting.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Linting and MyPy (Pelican)
22
on:
33
push:
4-
paths-ignore:
5-
- '**/pelican-action-test.yml'
4+
paths:
5+
- '**.py'
6+
- '**/linting.yml'
7+
- '**/pylintrc'
68
workflow_dispatch:
79

810
jobs:

0 commit comments

Comments
 (0)