From 6e07df06792d9949983e93ed725c6371ce6a97fa Mon Sep 17 00:00:00 2001 From: Alex Chaplinsky Date: Sun, 30 Oct 2022 17:51:25 +0100 Subject: [PATCH] Update release workflow --- .github/workflows/release-linux.yml | 13 +++++++------ .github/workflows/release-mac.yml | 14 ++++++++------ .github/workflows/release-windows.yml | 13 +++++++------ 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml index a8f22e23..4ec75ada 100644 --- a/.github/workflows/release-linux.yml +++ b/.github/workflows/release-linux.yml @@ -1,12 +1,13 @@ name: Release Linux App on: - push: - branches: [releases] - pull_request: - branches: - - master - types: [closed] + workflow_dispatch + # push: + # branches: [releases] + # pull_request: + # branches: + # - master + # types: [closed] env: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} diff --git a/.github/workflows/release-mac.yml b/.github/workflows/release-mac.yml index e1487e46..5e30829d 100644 --- a/.github/workflows/release-mac.yml +++ b/.github/workflows/release-mac.yml @@ -1,12 +1,14 @@ name: Release Mac App on: - push: - branches: [releases] - pull_request: - branches: - - master - types: [closed] + workflow_dispatch + + # push: + # branches: [releases] + # pull_request: + # branches: + # - master + # types: [closed] env: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index 9dc35654..8a4ef33b 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -1,12 +1,13 @@ name: Release Windows App on: - push: - branches: [releases] - pull_request: - branches: - - master - types: [closed] + workflow_dispatch + # push: + # branches: [releases] + # pull_request: + # branches: + # - master + # types: [closed] env: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}