From f66e33e7946ace53b4dccebab273322ae29d62de Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Wed, 20 Dec 2023 10:45:56 -0400 Subject: [PATCH] add alternate branch to better build up commit history --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ec88eb7912..88d4b7289f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: - development - linux + - linux-vnext - 'linux-release-*' tags: - 'release-*.*.*-linux*' @@ -12,6 +13,7 @@ on: pull_request: branches: - linux + - linux-vnext - 'linux-release-*' env: