From b289357b56698fe9d5a650ce02a5a48446bd0103 Mon Sep 17 00:00:00 2001 From: Amit Chaudhary Date: Sun, 22 Sep 2024 15:02:09 +0530 Subject: [PATCH] build when pushed to release --- .github/workflows/production-build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/production-build.yml b/.github/workflows/production-build.yml index 9358afa..c4eb80b 100644 --- a/.github/workflows/production-build.yml +++ b/.github/workflows/production-build.yml @@ -2,9 +2,8 @@ name: 'publish' on: push: - branches: [ "**" ] - pull_request: - branches: [ "master" ] + branches: + - release jobs: publish-tauri: