Skip to content

[CI] Run DocsBuild only when needed #1

[CI] Run DocsBuild only when needed

[CI] Run DocsBuild only when needed #1

Workflow file for this run

name: Documentation PR/push
# debug
on:
push:
branches-ignore:
- 'dependabot/**'
- 'main' # Ignore main branch as it's handled by docs.yml
paths:
- 'docs/**'
- 'include/**'
pull_request:
paths:
- 'docs/**'
- 'include/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
DocsBuild:
uses: ./.github/workflows/reusable_docs_build.yml