We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00abd91 commit 3ef25b2Copy full SHA for 3ef25b2
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ permissions:
23
on:
24
pull_request:
25
push:
26
- branches:
+ branches:
27
- master
28
- develop
29
- bugfix/**
@@ -52,6 +52,7 @@ jobs:
52
COVERITY_SCAN_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
53
54
antora:
55
+ if: ${{ (github.repository_owner == 'boostorg' && github.ref_name == 'master') || (github.repository_owner == 'jll63' && github.ref_name == 'feature/doc') }}
56
name: Antora Docs
57
runs-on: ubuntu-latest
58
defaults:
0 commit comments