Skip to content

Fixes #545 - Changed installation/update section (names and order) #452

Fixes #545 - Changed installation/update section (names and order)

Fixes #545 - Changed installation/update section (names and order) #452

Workflow file for this run

name: Test
# Controls when the workflow will run.
on:
# Trigger the workflow on all pushes, except on tag creation.
push:
branches:
- main
- pre-release
tags-ignore:
- "**"
# Trigger the workflow on all pull requests.
pull_request: ~
# Allow workflow to be dispatched on demand.
workflow_dispatch: ~
jobs:
docs:
name: Documentation
uses: ./.github/workflows/docs.yml