Restore path guards
This commit is contained in:
8
.github/workflows/python.yml
vendored
8
.github/workflows/python.yml
vendored
@@ -1,10 +1,10 @@
|
|||||||
name: pylint
|
name: pylint
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# paths:
|
paths:
|
||||||
# - '**/*.py'
|
- '**/*.py'
|
||||||
# - '.pylintrc'
|
- '.pylintrc'
|
||||||
# - '!third_party/**'
|
- '!third_party/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user