From d84ad433974c30a8ea4846084dab8d8048ecc667 Mon Sep 17 00:00:00 2001 From: hoon Date: Thu, 8 Feb 2024 20:08:43 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=ED=8A=B8=EB=A6=AC=EA=B1=B0=20=EC=A0=9C=EA=B1=B0=20(#90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action-develop-cd.yml | 3 --- .github/workflows/action-production-cd.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/action-develop-cd.yml b/.github/workflows/action-develop-cd.yml index 02a271e..e654d6a 100644 --- a/.github/workflows/action-develop-cd.yml +++ b/.github/workflows/action-develop-cd.yml @@ -5,9 +5,6 @@ on: push: branches: - develop - pull_request: # 테스트 트리거 - branches: - - develop # 코드의 내용을 이 파일을 실행하여 action을 수행하는 주체(Github Actions에서 사용하는 VM)가 읽을 수 있도록 권한을 설정 permissions: diff --git a/.github/workflows/action-production-cd.yml b/.github/workflows/action-production-cd.yml index f57da3a..d0aa6b5 100644 --- a/.github/workflows/action-production-cd.yml +++ b/.github/workflows/action-production-cd.yml @@ -5,9 +5,6 @@ on: push: branches: - main -# pull_request: # 테스트 트리거 -# branches: -# - develop # 코드의 내용을 이 파일을 실행하여 action을 수행하는 주체(Github Actions에서 사용하는 VM)가 읽을 수 있도록 권한을 설정 permissions: