From c090dc8654924bff158b77a985844151019511fa Mon Sep 17 00:00:00 2001 From: tyler Date: Wed, 7 Feb 2024 00:43:03 -0500 Subject: [PATCH] Changed github action to windows only --- .github/workflows/main.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84d7736..9e1f5b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,7 @@ -name: Wails build +name: Wails build Windows on: - push: - tags: - # Match any new tag - - '*' + workflow_dispatch: env: # Necessary for most environments as build failure can occur due to OOM issues @@ -17,15 +14,9 @@ jobs: fail-fast: false matrix: build: - - name: 'rum-goggles' - platform: 'linux/amd64' - os: 'ubuntu-latest' - name: 'rum-goggles' platform: 'windows/amd64' os: 'windows-latest' - - name: 'rum-goggles' - platform: 'darwin/universal' - os: 'macos-latest' runs-on: ${{ matrix.build.os }} steps: