ci: run antora job only for master@boostorg and feature/doc@jll63

This commit is contained in:
Jean-Louis Leroy
2025-10-21 13:04:58 -04:00
parent 00abd9176b
commit 3ef25b2463

View File

@@ -23,7 +23,7 @@ permissions:
on:
pull_request:
push:
branches:
branches:
- master
- develop
- bugfix/**
@@ -52,6 +52,7 @@ jobs:
COVERITY_SCAN_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
antora:
if: ${{ (github.repository_owner == 'boostorg' && github.ref_name == 'master') || (github.repository_owner == 'jll63' && github.ref_name == 'feature/doc') }}
name: Antora Docs
runs-on: ubuntu-latest
defaults: