From da7bda7f775488dd802e40bb44538bf6812bd862 Mon Sep 17 00:00:00 2001 From: Ahn-seokjoo Date: Tue, 14 May 2024 01:11:26 +0900 Subject: [PATCH] =?UTF-8?q?[feature]=20=EB=A7=88=EC=8A=A4=ED=84=B0?= =?UTF-8?q?=EB=8F=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bbe42092..e75fa6ad 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,7 +2,7 @@ name: Android CI on: pull_request: - branches: [ "feature**", "hotfix**", "release**", "develop" ] + branches: [ "feature**", "hotfix**", "release**", "develop", "master" ] jobs: build: