From 5f2c9f0554ecb98b350ac397a3c06815c3e92c06 Mon Sep 17 00:00:00 2001 From: Suguen Lim Date: Fri, 29 May 2026 17:59:22 +0900 Subject: [PATCH] =?UTF-8?q?ci=20:=20push,=20pull=20branch=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/caller-ci-example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/caller-ci-example.yml b/.github/workflows/caller-ci-example.yml index f00bfa2..cd374ce 100644 --- a/.github/workflows/caller-ci-example.yml +++ b/.github/workflows/caller-ci-example.yml @@ -18,9 +18,9 @@ name: CI on: push: - branches: [main, dev] + branches: [main, develop] pull_request: - branches: [main, dev] + branches: [main, develop] jobs: build: