From 63ad085956ebda5bdac6330386f9ee8c7e702ede Mon Sep 17 00:00:00 2001 From: Shwetabh Kumar Date: Wed, 18 Dec 2019 21:52:46 +0530 Subject: [PATCH] Chaging working of Pylint hook to Pull Requests --- .github/workflows/pylint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index eb088c3..7468820 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,6 +1,8 @@ name: CI -on: [push] +on: + pull_request: + types: [assigned, opened, synchronize, reopened] jobs: build: