diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4a3221e..a4e282e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,9 +3,13 @@ name: "lint" # yamllint disable-line rule:truthy on: + pull_request: + branches: + - '*' push: branches: - - "*" + - 'main' + - 'master' jobs: lint: