diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index cc107bcd..d00c023f 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -1,6 +1,12 @@ name: Lint -on: [pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - main permissions: # added using https://github.com/step-security/secure-workflows contents: read