5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:39:30 +08:00

Pipeline update

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

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
check_docs: check_docs:
name: 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 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3