Skip to content

Commit

Permalink
GitHub Actions: wallet trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsinclair committed Jun 21, 2022
1 parent f9d3a60 commit 8dd10a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nym-wallet-publish-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Nym Wallet (MacOS)
on:
workflow_dispatch:
release:
types: [created, prereleased]
types: [created, published]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nym-wallet-publish-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Nym Wallet (Ubuntu)
on:
release:
types: [created, prereleased]
types: [created, published]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nym-wallet-publish-windows10.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Nym Wallet (Windows 10)
on:
release:
types: [created, prereleased]
types: [created, published]

defaults:
run:
Expand Down

0 comments on commit 8dd10a5

Please sign in to comment.