From e851f780fd3b74d4179a33a2a83ea3c44879754b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nat=C3=A1lia=20Granato?= <91998391+nataliagranato@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:41:54 -0300 Subject: [PATCH] fix: update code-review.yml --- .github/workflows/code-review.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: