Restore path guards

This commit is contained in:
Jean-Michel Picod
2020-02-28 15:55:06 +01:00
parent 7dedf40440
commit ac37d7dd8a

View File

@@ -1,10 +1,10 @@
name: pylint
on:
push:
# paths:
# - '**/*.py'
# - '.pylintrc'
# - '!third_party/**'
paths:
- '**/*.py'
- '.pylintrc'
- '!third_party/**'
pull_request:
types: [opened, synchronize, reopened]
jobs: