diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3906f1e..8a93f55 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -1,6 +1,16 @@ name: Lint and Test -on: push +on: + push: + branches: + - features/* + - testing/* + - fix/* + - enhance/* + pull_request: + branches: + - master + - staging jobs: lint: