From 9569f54c003d1919636bd63dd2297568803f016a Mon Sep 17 00:00:00 2001 From: Francis Tseng Date: Sat, 27 Jul 2024 15:42:23 +0200 Subject: [PATCH] Update tauri-build.yml --- .github/workflows/tauri-build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tauri-build.yml b/.github/workflows/tauri-build.yml index 80d851b2..58f98262 100644 --- a/.github/workflows/tauri-build.yml +++ b/.github/workflows/tauri-build.yml @@ -1,10 +1,6 @@ name: 'publish' -on: - workflow_dispatch - push: - branches: - - release +on: workflow_dispatch # This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.