From 39664bbff83a108daa799c3191e28977a96f14aa Mon Sep 17 00:00:00 2001 From: Cokybit <80327177+cokyman@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:06:00 +0700 Subject: [PATCH] Update ci.yml - name: Install Dependencies run: npm install Signed-off-by: Cokybit <80327177+cokyman@users.noreply.github.com> --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 387dff8..9da92ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1539,3 +1539,17 @@ jobs: echo "::error::Should have failed" exit 1 fi + + + on: main + push: workfile + branches: main + - main + - release/* + + - name: Install Dependencies + run: npm install + + + +