From 56d556eee02ec38b1223f92212601adbfdb5c82b Mon Sep 17 00:00:00 2001 From: Eunjin3395 Date: Mon, 20 Jan 2025 21:46:22 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20[CICD]=20=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github_actions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 3b370c83..774b88ef 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -5,6 +5,9 @@ on: types: [ closed ] branches: - develop + push: + branches: + - feat/178 workflow_dispatch: # 수동 실행 가능 jobs: