From f1cb416bdafa21cc884e4174e5705f18e62f25cc Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Fri, 29 Apr 2022 17:20:24 -0400 Subject: [PATCH] Update workflow to reference main branch. --- .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 8fc3bef191..b781f17158 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - 'master' + - 'main' - '4.**' - '5.**'