From 2e8bbfb742fd6abe64d05bcec95410b517437a42 Mon Sep 17 00:00:00 2001 From: doomy Date: Sun, 29 Oct 2023 05:55:13 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f66e75..4db36bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,8 @@ name: 'publish' on: push: - tags: - - '**' + branches: + - release jobs: publish-tauri: @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [windows-latest] + platform: [macos-latest, ubuntu-20.04, windows-latest] runs-on: ${{ matrix.platform }} steps: