diff --git a/.github/workflows/static-check.yml b/.github/workflows/static-check.yml index 824e246e0a..ad1d6bdcd9 100644 --- a/.github/workflows/static-check.yml +++ b/.github/workflows/static-check.yml @@ -1,14 +1,12 @@ name: static-check on: + pull_request: push: tags: - 'v*' branches: - main - pull_request: - branches: - - '*' jobs: staticcheck: