From 09cc4b4583b80c3ffefbd6ba5413046f8380bc3f Mon Sep 17 00:00:00 2001 From: hoon Date: Sun, 21 Jan 2024 21:52:45 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=BB=A4=EB=B0=8B(#89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action-test-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action-test-ci.yml b/.github/workflows/action-test-ci.yml index 4a55836e..38ec1245 100644 --- a/.github/workflows/action-test-ci.yml +++ b/.github/workflows/action-test-ci.yml @@ -6,11 +6,12 @@ on: branches: - main - develop + pull_request: branches: - main - develop - - feature/** # 테스트용 트리거 + // 트리거 발생 시 실행할 작업들 jobs: