Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
juzeon committed Dec 5, 2023
1 parent d942ddd commit c86c0da
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wails.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Wails build

on: [push, pull_request]
on:
push:
tags:
- '*'

jobs:
build:
Expand All @@ -10,7 +13,7 @@ jobs:
build: [
{name: SydneyQt-linux-amd64, platform: linux/amd64, os: ubuntu-latest},
{name: SydneyQt-windows-amd64.exe, platform: windows/amd64, os: windows-latest},
{name: SydneyQt-darwin-universal, platform: darwin/universal, os: macos-latest}
{name: SydneyQt, platform: darwin/universal, os: macos-latest}
]
runs-on: ${{ matrix.build.os }}
steps:
Expand Down

0 comments on commit c86c0da

Please sign in to comment.