From 52fd7b2fa713367e1b34b75746c22f4d55c8e34f Mon Sep 17 00:00:00 2001 From: "shenan.quek" <77522687+sayoungestguy@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:10:10 +0800 Subject: [PATCH] Testing new pipeline changes --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21c59e4..8559b42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,8 @@ name: ScaleUp Application CI workflow -on: [push, pull_request] +on: + push: + branches: + - '**' # Trigger on any branch push jobs: build: name: Build Stage @@ -136,7 +139,7 @@ jobs: matrix: node-version: [20.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Change script permission run: | chmod +x script/zap-script.sh