From 0954e6ef4a1f7b23c443e631792565e7f8991176 Mon Sep 17 00:00:00 2001 From: storytellerF <34095089+storytellerF@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E8=AE=BE=E5=AE=9A=E7=9A=84=E5=88=86=E6=94=AF=E4=B8=BA?= =?UTF-8?q?main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android-plugins.yml | 4 ++-- .github/workflows/android.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android-plugins.yml b/.github/workflows/android-plugins.yml index 035deba..872cf7e 100644 --- a/.github/workflows/android-plugins.yml +++ b/.github/workflows/android-plugins.yml @@ -2,9 +2,9 @@ name: Android Plugins CI on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 06a518b..bcc93a7 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -2,9 +2,9 @@ name: Android CI on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: