Skip to content

Commit

Permalink
Merge pull request #87 from dusk-network/semver-tag-publish-bug-27
Browse files Browse the repository at this point in the history
Only publish on main branch
  • Loading branch information
HDauven authored Oct 16, 2023
2 parents a925ead + 7f95b7e commit 541d4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dusk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 541d4ec

Please sign in to comment.