Skip to content

Commit 267e4ec

Browse files
committed
PR workflow change
1 parent aee6d99 commit 267e4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml .github/workflows/pr-v2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
test_go:
5656
name: Run Go Tests
5757
runs-on: ${{ matrix.os }}
58-
if: github.event.review.state == 'approved'
58+
if: github.event.review.state == 'approved' && github.repository == 'wailsapp/wails' && github.base_ref == 'master'
5959
strategy:
6060
matrix:
6161
os: [ubuntu-22.04, windows-latest, macos-latest, ubuntu-24.04]

0 commit comments

Comments
 (0)