From 0d3f004b7419e38d434d6f4369be87aa0db1dc40 Mon Sep 17 00:00:00 2001 From: Seo Gyu Bum Date: Mon, 27 Feb 2023 21:08:02 +0900 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e223055a..c6aa2251 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,9 +2,7 @@ name: Deploy on: push: - branches: [ "develop" ] -# pull_request: -# branches: [ "develop" ] + branches: [ "main" ] permissions: contents: read @@ -57,4 +55,4 @@ jobs: script: | docker pull choo000407/atties_spring:${GITHUB_SHA::7} docker tag choo000407/atties_spring:${GITHUB_SHA::7} atties_spring - docker-compose up -d \ No newline at end of file + docker-compose up -d