From 19dcaf41ec37b62b9fc594258624dc3c0611d2e6 Mon Sep 17 00:00:00 2001 From: hongyoung Date: Sat, 6 Jan 2024 08:23:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20pull=20requset=EC=8B=9C=20comment?= =?UTF-8?q?=EA=B0=80=20=EC=9E=91=EC=84=B1=EB=90=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 412b099..0cbf48d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -11,7 +11,10 @@ name: CI/CD on: push: branches: [ "main" ] - + pull_request: + branches: + - main + permissions: contents: read