From 7f95b7e8048cbe5f4e82b8863f002ef2d687069a Mon Sep 17 00:00:00 2001 From: HDauven Date: Fri, 13 Oct 2023 22:46:05 +0200 Subject: [PATCH] Fix semver tag publish on non-main branch --- .github/workflows/dusk_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dusk_ci.yml b/.github/workflows/dusk_ci.yml index 8b208de..5bed68a 100644 --- a/.github/workflows/dusk_ci.yml +++ b/.github/workflows/dusk_ci.yml @@ -43,7 +43,7 @@ jobs: build_wasm: name: Build WASM - if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/v') && github.event.base_ref == 'refs/heads/main' strategy: fail-fast: false matrix: