We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee6d99 commit 267e4ecCopy full SHA for 267e4ec
.github/workflows/pr.yml .github/workflows/pr-v2.yml
@@ -55,7 +55,7 @@ jobs:
55
test_go:
56
name: Run Go Tests
57
runs-on: ${{ matrix.os }}
58
- if: github.event.review.state == 'approved'
+ if: github.event.review.state == 'approved' && github.repository == 'wailsapp/wails' && github.base_ref == 'master'
59
strategy:
60
matrix:
61
os: [ubuntu-22.04, windows-latest, macos-latest, ubuntu-24.04]
0 commit comments