Pipeline update

This commit is contained in:
Lea Anthony 2025-03-08 10:53:18 +11:00
commit 6381e520b9
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -11,7 +11,7 @@ on:
jobs:
check_docs:
name: Check Docs
if: ${{github.repository == 'wailsapp/wails' && contains(github.head_ref,'feature/')}}
if: ${{github.repository == 'wailsapp/wails' && github.base_ref == 'master'}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3