Skip to content

Final changes for the new copier template based workflow #32

Final changes for the new copier template based workflow

Final changes for the new copier template based workflow #32

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