From babc18d49134212be98c6c38d47b71fa03e9a1ab Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Tue, 21 Jun 2022 19:02:51 +0100 Subject: [PATCH] GitHub Actions: revert trigger changes --- .github/workflows/nym-wallet-publish-macos.yml | 2 +- .github/workflows/nym-wallet-publish-ubuntu.yml | 2 +- .github/workflows/nym-wallet-publish-windows10.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nym-wallet-publish-macos.yml b/.github/workflows/nym-wallet-publish-macos.yml index a29f42224b..d7a3a88002 100644 --- a/.github/workflows/nym-wallet-publish-macos.yml +++ b/.github/workflows/nym-wallet-publish-macos.yml @@ -2,7 +2,7 @@ name: Publish Nym Wallet (MacOS) on: workflow_dispatch: release: - types: [created, published] + types: [created] defaults: run: diff --git a/.github/workflows/nym-wallet-publish-ubuntu.yml b/.github/workflows/nym-wallet-publish-ubuntu.yml index 7ce1089e8e..46ed4be076 100644 --- a/.github/workflows/nym-wallet-publish-ubuntu.yml +++ b/.github/workflows/nym-wallet-publish-ubuntu.yml @@ -1,7 +1,7 @@ name: Publish Nym Wallet (Ubuntu) on: release: - types: [created, published] + types: [created] defaults: run: diff --git a/.github/workflows/nym-wallet-publish-windows10.yml b/.github/workflows/nym-wallet-publish-windows10.yml index d8211234be..cc257fcbc3 100644 --- a/.github/workflows/nym-wallet-publish-windows10.yml +++ b/.github/workflows/nym-wallet-publish-windows10.yml @@ -1,7 +1,7 @@ name: Publish Nym Wallet (Windows 10) on: release: - types: [created, published] + types: [created] defaults: run: