5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-01 20:32:03 +08:00

PR workflow change

This commit is contained in:
Lea Anthony 2025-03-08 11:43:22 +11:00
parent aee6d99702
commit 267e4ec9fa
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -55,7 +55,7 @@ jobs:
test_go:
name: Run Go Tests
runs-on: ${{ matrix.os }}
if: github.event.review.state == 'approved'
if: github.event.review.state == 'approved' && github.repository == 'wailsapp/wails' && github.base_ref == 'master'
strategy:
matrix:
os: [ubuntu-22.04, windows-latest, macos-latest, ubuntu-24.04]