From 3e8d6c7509c218fa35bc66354d332e2cd4ed3fa3 Mon Sep 17 00:00:00 2001 From: Peter W <34256109+pww217@users.noreply.github.com> Date: Mon, 16 May 2022 10:04:33 -0500 Subject: [PATCH 1/2] Build on main branch tags only --- .github/workflows/build-alpha.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-alpha.yml b/.github/workflows/build-alpha.yml index e659f702b2c..77deb345d87 100644 --- a/.github/workflows/build-alpha.yml +++ b/.github/workflows/build-alpha.yml @@ -2,6 +2,8 @@ name: '[CI] Build Alpha' on: push: + branches: + - main tags: - '**' # Currently any tag, need to slim down paths: From 840f6463ce03e7f3a879b68066da825002da4c6a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 15:05:57 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/build-alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-alpha.yml b/.github/workflows/build-alpha.yml index 77deb345d87..05a5529bb08 100644 --- a/.github/workflows/build-alpha.yml +++ b/.github/workflows/build-alpha.yml @@ -3,7 +3,7 @@ name: '[CI] Build Alpha' on: push: branches: - - main + - main tags: - '**' # Currently any tag, need to slim down paths: