From 700c5b778c34ebd7fd54b80a24e6b541b2f3d69b Mon Sep 17 00:00:00 2001 From: Giorgio Pellero Date: Thu, 24 Aug 2023 10:22:11 +0200 Subject: [PATCH] fix(NOJIRA-123): update ci-standard-checks pull_request triggers (#64) --- .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 957dec4..8121f84 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 with: