From 0a86f1e1aca9c20de081f8682a27ab348fcf0f74 Mon Sep 17 00:00:00 2001 From: vfsfitvnm Date: Tue, 4 Oct 2022 11:43:39 +0200 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index cf1cc4d..a1d74d8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ["master"] + branches: ["**"] pull_request: branches: ["master"]