fix checks
Some checks failed
CI - Docs build check / build-check (push) Failing after 4m35s

This commit is contained in:
2026-01-19 13:30:38 -06:00
parent 890c773c01
commit dded348ba4
2 changed files with 8 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ name: Pre-release - Build and publish docs
on:
push:
tags:
- "v*-rc.*"
- "v*"
workflow_dispatch:
permissions:
@@ -11,6 +11,9 @@ permissions:
jobs:
prerelease:
if: >
startsWith(github.ref_name, 'v')
&& contains(github.ref_name, '-rc')}}
runs-on: ubuntu-latest
steps: