From f9893967815ff81784f1dcf2b0380ceb85c4c2d6 Mon Sep 17 00:00:00 2001 From: OJ Adeyemi <154638560+ojadeyemi@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:18:13 -0400 Subject: [PATCH] Update pylint.yml Signed-off-by: OJ Adeyemi <154638560+ojadeyemi@users.noreply.github.com> --- .github/workflows/pylint.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 5f5df48..3e3a07e 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,6 +1,10 @@ -name: Pylint +name: Run Pylint -on: [push] +on: + push: + branches: [master, main] + pull_request: + branches: [master, main] jobs: build: