From c03359c637293171b7d62ba1c7efee56e82b7538 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Thu, 15 Sep 2022 12:01:16 -0700 Subject: [PATCH] Add Vista branch to GitHub workflows --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b69d7f53..3a2eede21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,10 +4,12 @@ on: push: branches: - "master" + - "vista" - "flake" pull_request: branches: - "master" + - "vista" # run workflow manually from the Actions tab workflow_dispatch: