We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da17064 + f70ec58 commit b12e0aaCopy full SHA for b12e0aa
.github/workflows/publish-antora-docs.yaml
@@ -2,8 +2,10 @@ name: Publish to GitHub Pages with Lunr Search Extension
2
3
on:
4
push:
5
- tags:
6
- - 'v*' # Trigger a build when a version tag is pushed
+ branches:
+ - main
7
+ paths:
8
+ - "version.txt" # Trigger a build when the version changes in order to take the version tag into account
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
11
concurrency:
0 commit comments