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: