From 3e724a0290aaccc64f1718e70b32cf1d01c8f3b9 Mon Sep 17 00:00:00 2001 From: "chosw1002@naver.com" Date: Mon, 15 Jan 2024 15:38:07 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20test=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8978c51..95992db 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -3,6 +3,8 @@ name: build and deploy on: push: branches: [ "master" ] + pull_request: + branches: [ "master" ] permissions: contents: read