From 27e78a0f8620a0a32ff99412e5d6fb108c068e98 Mon Sep 17 00:00:00 2001 From: Uni0305 Date: Tue, 26 Mar 2024 17:01:27 +0900 Subject: [PATCH] Revert "Chore(ci): Update build workflow to trigger only on push to master branch" This reverts commit 97454ed2a2f6b9dc9e97e41da3528cf1d06106ce. --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 979a52b9ab..573bde94cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,6 @@ name: Build -on: - push: - branches: - - master +on: [ push, workflow_dispatch ] jobs: release: @@ -47,4 +44,4 @@ jobs: path: | dist/*.dmg dist/*.AppImage - dist/*.exe + dist/*.exe \ No newline at end of file