Skip to content

Commit b12e0aa

Browse files
authored
Merge pull request #240 from GersonRS/develop
fix: adjust gitpage
2 parents da17064 + f70ec58 commit b12e0aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish-antora-docs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Publish to GitHub Pages with Lunr Search Extension
22

33
on:
44
push:
5-
tags:
6-
- 'v*' # Trigger a build when a version tag is pushed
5+
branches:
6+
- main
7+
paths:
8+
- "version.txt" # Trigger a build when the version changes in order to take the version tag into account
79
# Allows you to run this workflow manually from the Actions tab
810
workflow_dispatch:
911
concurrency:

0 commit comments

Comments
 (0)