From 5c69e1621a5b5cf6e8ee1953df3ec326dfbd22dd Mon Sep 17 00:00:00 2001 From: "omkar.yadav" Date: Thu, 19 Oct 2023 14:46:52 +0530 Subject: [PATCH] [link-adf:test-debug] --- .github/workflows/pull-request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c0f6a5fc9b..3ba5b1d461 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,6 +1,7 @@ name: "Pull request" on: + push: pull_request: types: [opened, synchronize, reopened] branches: [master, develop] @@ -64,6 +65,8 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' - uses: ./.github/actions/before-install + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - run: npm ci - run: npm run build -- $BUILD_OPTS - name: upload job artifact