Skip to content

docs: include branch setup for building snaps in README #86

docs: include branch setup for building snaps in README

docs: include branch setup for building snaps in README #86

name: Main Documentation Checks
on:
push:
branches:
- main
- ubuntu/**
pull_request:
# Manual trigger
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: './docs'