diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c0fc703ca..55e8895ef 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,6 +1,12 @@ name: Linting -on: [push, pull_request] +on: + push: + branches: + - '**' + pull_request: + branches: + - 'main' # Continuous Releases jobs: