From 8ee1e947aa3e7e6607402cad72c971d24ae71f71 Mon Sep 17 00:00:00 2001 From: urimJ Date: Thu, 23 Nov 2023 20:23:58 +0900 Subject: [PATCH] =?UTF-8?q?CI/CD=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 152f17b..ae1910f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -4,11 +4,12 @@ on: push: branches: - feat/api - tag: + tags: - release.* jobs: Job1: runs-on: ubuntu-latest steps: - -run: echo "내용...${{ github.repository }}" \ No newline at end of file + -run: echo "내용...${{ github.repository }}" + -uses: actions/setup-node@v4 \ No newline at end of file