Skip to content

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

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

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

Workflow file for this run

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