We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440545a commit 8254f18Copy full SHA for 8254f18
.github/workflows/trigger-docs-build.yml
@@ -1,5 +1,8 @@
1
name: Trigger Docs Build
2
on:
3
+ push:
4
+ braches: main
5
+ paths: [ 'antora/*' ]
6
workflow_dispatch:
7
inputs:
8
build-refname:
0 commit comments