ci(docs): allow deploy only on repo default branch

This commit is contained in:
Nicolas Meienberger 2026-06-03 17:18:10 +02:00
parent 755cbe4dae
commit 027c6efb32
No known key found for this signature in database

View file

@ -13,6 +13,7 @@ on:
jobs: jobs:
deploy: deploy:
name: Deploy docs name: Deploy docs
if: github.event.repository.default_branch == github.ref_name
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 10 timeout-minutes: 10