From 57eadcdb22ab23dc2c224d63dcb0465e49bb741e Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 22 Oct 2019 16:18:48 -0500 Subject: [PATCH] Add mac-candidate and future ios branches to build trigger --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c62955b65..7ec5b8ce8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,10 @@ on: push: branches: - master + - mac-candidate - mac-release + - ios-candidate + - ios-release jobs: build: