From f62141901d02a298dd00ed3a20368ffe6cfe0362 Mon Sep 17 00:00:00 2001 From: CharlieM <31941002+CharlieMc0@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:01:06 -0700 Subject: [PATCH] testing ci --- .github/workflows/publish-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 7f88220c26..8449fa0173 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -4,6 +4,8 @@ on: push: tags: - "v*.*.*" + branch: + - ci-mainnet-builds concurrency: group: publish-release