From 1382fda990a24fba11f37fe5c58d85d348540db8 Mon Sep 17 00:00:00 2001 From: wntjd-0612 <129721844+wntjd-0612@users.noreply.github.com> Date: Fri, 31 May 2024 12:20:36 +0900 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64c1ff6..810b65c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: push: branches: - - main + - master jobs: lint: @@ -22,4 +22,4 @@ jobs: run: npm install - name: 'Lint' - run: npm run lint \ No newline at end of file + run: npm run lint