We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4bf38 commit 6381e52Copy full SHA for 6381e52
.github/workflows/pr.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
check_docs:
13
name: Check Docs
14
- if: ${{github.repository == 'wailsapp/wails' && contains(github.head_ref,'feature/')}}
+ if: ${{github.repository == 'wailsapp/wails' && github.base_ref == 'master'}}
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v3
0 commit comments