From 24d25b386ac119c4dd144f658ab21662cd6fa8fa Mon Sep 17 00:00:00 2001 From: vfsfitvnm Date: Tue, 4 Oct 2022 14:36:08 +0200 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index ebeb520..8bfc121 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -2,7 +2,8 @@ name: CI on: push: - branches: ["master", "redesign", "androidauto"] + branches: + - "**" pull_request: branches: ["master"]