diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index ffef9b5..aa377d4 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -5,8 +5,9 @@ permissions: pull-requests: write on: - pull_request: - types: [opened, reopened, synchronize] + push: + branches: + - main jobs: test: