From 86acd1459104195b41aafad5880f8b526f42cc87 Mon Sep 17 00:00:00 2001 From: Giorgio Pellero Date: Wed, 23 Aug 2023 15:38:01 +0200 Subject: [PATCH] fix(NOJIRA-123): update ci-standard-checks pull_request triggers --- .github/workflows/ci-standard-checks.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-standard-checks.yml b/.github/workflows/ci-standard-checks.yml index 67b06e3..e97c00a 100644 --- a/.github/workflows/ci-standard-checks.yml +++ b/.github/workflows/ci-standard-checks.yml @@ -4,20 +4,23 @@ 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] - + 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: