From d43c454937b929a2af32c5acd5417004a68234f8 Mon Sep 17 00:00:00 2001 From: Giorgio Pellero Date: Mon, 18 Sep 2023 09:53:17 +0200 Subject: [PATCH] fix(NOJIRA-123): update ci-standard-checks pull_request triggers (#162) --- .github/workflows/ci-standard-checks.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-standard-checks.yml b/.github/workflows/ci-standard-checks.yml index 50c0df1..6875c89 100644 --- a/.github/workflows/ci-standard-checks.yml +++ b/.github/workflows/ci-standard-checks.yml @@ -4,20 +4,22 @@ on: branches: - main pull_request: - types: [opened, edited, synchronize, reopened] + types: + - opened + - edited + - synchronize + - reopened + - ready_for_review branches: - main - jobs: ci-standard-checks: runs-on: ubuntu-latest - steps: - name: Check Out Source Code uses: actions/checkout@v2 with: fetch-depth: 0 - - name: CI Standard Checks uses: Typeform/ci-standard-checks@v1-beta with: