diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index efee9f91..5124317a 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -1,7 +1,9 @@ name: Lint Check on: - push + pull_request: + # The branches below must be a subset of the branches above + branches: [ develop ] jobs: lint: