Skip to content

Commit 6381e52

Browse files
committed
Pipeline update
1 parent fa4bf38 commit 6381e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
check_docs:
1313
name: Check Docs
14-
if: ${{github.repository == 'wailsapp/wails' && contains(github.head_ref,'feature/')}}
14+
if: ${{github.repository == 'wailsapp/wails' && github.base_ref == 'master'}}
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)