From 2e5391150617349da835a7f25d84a274a82016e3 Mon Sep 17 00:00:00 2001 From: Suraj Raika <surajraika5sr@gmail.com> Date: Thu, 28 Dec 2023 12:33:05 +0530 Subject: [PATCH] adding workdlow_dispatch to workflows --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69aa370..258de7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,10 @@ -name: "publish" +name: 'publish' -on: pull_request +on: + # push: + # tags: + # - 'v*' + workflow_dispatch: # `tauri-action` can also upload app bundles to an existing GitHub release. # This workflow uses different actions to create and publish the release.