diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7a87c6ee..112e100e 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,12 +1,12 @@ name: Pylint -on: +on: push: - branches: - - 'master' + branches: + - 'master' pull_request: - branches: - - 'master' + branches: + - 'master' jobs: build: runs-on: ubuntu-latest