Skip to content

github: Run code/system tests for non doc changes only #2

github: Run code/system tests for non doc changes only

github: Run code/system tests for non doc changes only #2

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
paths:
# Only run the checks on documentation changes.
- 'doc/**'
pull_request:
workflow_dispatch:
jobs:
checks:
name: Checks
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: './doc'
makefile: 'Makefile'