From 255ee8ee61f7fe49f29b934652160c3291567f6b Mon Sep 17 00:00:00 2001 From: bbbang105 <2018111366@dgu.ac.kr> Date: Tue, 20 Aug 2024 22:47:09 +0900 Subject: [PATCH] =?UTF-8?q?#5=20[chore]=20:=20CICD=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 92030b5..ac32beb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,6 +1,8 @@ name: Onetime CI/CD with Gradle on: + push: + branches: [ "main", "develop" ] pull_request: branches: [ "main", "develop" ]