From 285d95424823cc6697fb5b0de87c5d82e53f927d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=A4=80?= Date: Mon, 22 May 2023 15:47:26 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 740c2ee..733b4d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Android CI on: push: - branches: [ "main" ] + branches: [ "release" ] pull_request: - branches: [ "main" ] + branches: [ "release" ] jobs: build: