Skip to content

Commit

Permalink
ci: fix publish workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
louib-bitgo committed Jul 30, 2024
1 parent 656ece8 commit 3b182c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Publish @wasm-miniscript
on:
workflow_dispatch:
push:
branches:
- master
push:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 3b182c4

Please sign in to comment.