From f98ed0212ad680d2649e1ee3b2075300394075df Mon Sep 17 00:00:00 2001 From: Anye Date: Thu, 16 Jan 2025 10:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/android.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 8d7d9e3..568841c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,9 +1,11 @@ name: Android CI + on: push: branches: [ "master" ] pull_request: branches: [ "master" ] + workflow_dispatch: # 允许手动触发 permissions: contents: write