mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
PR workflow change
This commit is contained in:
parent
aee6d99702
commit
267e4ec9fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue