Skip to content

Fix docs deploy when tagging, render once on push #15

Fix docs deploy when tagging, render once on push

Fix docs deploy when tagging, render once on push #15

Workflow file for this run

---
name: Pull Request or Push
on:
push:
branches:
- 'main'
tags-ignore:
- '*'
pull_request:
jobs:
call_central_workflow:
name: CI
uses: ./.github/workflows/ci.yml
with:
deploy-docs: true
permissions:
contents: write
id-token: write
pages: write
pull-requests: read