From 52f55124566cb162e80d65e5c0ce70e8c4dcf7b8 Mon Sep 17 00:00:00 2001 From: sriramveeraghanta Date: Tue, 22 Jul 2025 16:59:26 +0530 Subject: [PATCH] chore: ci action updated while syncronized --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94ef4649..3fbeb4e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,10 @@ name: CI -on: pull_request +on: + pull_request: + types: [opened, synchronize] + branches: + - main + - preview concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -19,7 +24,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: "22" - name: Check for broken links run: |