Update go test workflow

This commit is contained in:
Lea Anthony 2025-05-31 07:52:19 +10:00
commit 2c99f9e43c
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -36,7 +36,7 @@ jobs:
github.event.review.state == 'approved' &&
github.repository == 'wailsapp/wails' &&
github.base_ref == 'master' &&
github.head_ref != 'update-sponsors'
github.event.pull_request.head.ref != 'update-sponsors'
strategy:
matrix:
os: [ubuntu-22.04, windows-latest, macos-latest, ubuntu-24.04]