diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 028802b..2ff4021 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -1,5 +1,11 @@ name: PR Checks -on: pull_request +on: + push: + branches: [ main ] + workflow_dispatch: + branches: [ main ] + pull_request: + branches: [ main ] jobs: run-linters: runs-on: ubuntu-latest