diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0db10fa..e13dfe8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,9 +1,8 @@ -name: Lint +name: "Lint" on: push: - paths: - - '*.py' + branches: [ "master" ] pull_request: # The branches below must be a subset of the branches above branches: [ "master" ]