Browse Source

Generate Antora for tags

Issue gh-10765
Rob Winch 3 years ago
parent
commit
2c38bfe59c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/antora-generate.yml

+ 1 - 0
.github/workflows/antora-generate.yml

@@ -4,6 +4,7 @@ on:
   push:
     branches-ignore:
       - 'gh-pages'
+    tags: '**'
 
 env:
   GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}