Bypass linting for non-code changes
This commit is contained in:
parent
4d698588e5
commit
2f0104b3bb
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pylint.yml
vendored
5
.github/workflows/pylint.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Pylint
|
name: Pylint
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue