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: