Skip to content

Tweak wording to explain the template better #385

Tweak wording to explain the template better

Tweak wording to explain the template better #385

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
uses: ./.github/workflows/_check.yml
docs:
needs: check
if: needs.check.outputs.branch-pr == ''
uses: ./.github/workflows/_docs.yml