From ac37d7dd8a900691b0dcc55709c37127162edd47 Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod <jmichel@google.com> Date: Fri, 28 Feb 2020 15:55:06 +0100 Subject: [PATCH] Restore path guards --- .github/workflows/python.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index aa9070b..f6051a3 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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: -- GitLab