Skip to content

Commit

Permalink
trigger wasm build only on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga authored Nov 8, 2023
1 parent 31d1884 commit 7d486b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
on:
push:
tags:
- '**'
# branches: [main, 'release-v**']
pull_request:
- '*'
name: Build&Publish WASM
concurrency:
group: '${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
Expand Down

0 comments on commit 7d486b7

Please sign in to comment.