From 2b9f1033aa55fd59ac67e7976c4c18efff28d4d6 Mon Sep 17 00:00:00 2001 From: "Jordan Maples [MSFT]" <49793787+JordanMaples@users.noreply.github.com> Date: Fri, 19 Feb 2021 15:39:10 -0800 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 6314def..836b444 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,9 +1,9 @@ name: CI_Android on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: Android: @@ -47,4 +47,4 @@ jobs: adb shell find /data/local/tmp/tests -maxdepth 1 -exec chmod +x {} \\\; - name: Test - run: adb shell find /data/local/tmp/tests -name "*_tests" -maxdepth 1 -exec {} \\\; \ No newline at end of file + run: adb shell find /data/local/tmp/tests -name "*_tests" -maxdepth 1 -exec {} \\\;