From c7517b12dc86e627de01d81bc25e04020d9d2436 Mon Sep 17 00:00:00 2001 From: Choi wu hyeok <98576512+TaePoong719@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:02:58 +0900 Subject: [PATCH] =?UTF-8?q?Env:=20CI=20CD=20=EC=9E=90=EB=8F=99=ED=99=94=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node.js.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index eb4d9d5..e1bfad8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [ "main" ] + branches: [ "dev" ] pull_request: - branches: [ "main" ] + branches: [ "dev" ] jobs: build: @@ -26,6 +26,5 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci - - run: npm run build --if-present - - run: npm test + - run: npm run cicd +