From 27973c172585df8e91c61a05e1b5a69af77e3bbf Mon Sep 17 00:00:00 2001 From: yummygyudon Date: Fri, 24 Nov 2023 17:19:25 +0900 Subject: [PATCH] =?UTF-8?q?HOT=20FIX=20:=20CI=20script=20=EC=8B=A4?= =?UTF-8?q?=ED=96=89=20case=20=EC=B6=94=EA=B0=80=20(dev=20=EB=B8=8C?= =?UTF-8?q?=EB=9E=9C=EC=B9=98=EC=97=90=20Push=ED=95=A0=20=EA=B2=BD?= =?UTF-8?q?=EC=9A=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/SKT_T1_CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/SKT_T1_CI.yml b/.github/workflows/SKT_T1_CI.yml index 903428b..3ae407c 100644 --- a/.github/workflows/SKT_T1_CI.yml +++ b/.github/workflows/SKT_T1_CI.yml @@ -4,6 +4,8 @@ name: 🏭 SKT-T1-APPLICATION-BUILD! on: pull_request: branches: [ "dev" ] + push: + branches: [ "dev" ] permissions: contents: read