Skip to content

Commit

Permalink
Merge pull request #85 from kellerkinderDE/noticket/wiki-on-tag-upserts
Browse files Browse the repository at this point in the history
Change wiki publish to tag releases
  • Loading branch information
lx-wnk authored Jan 18, 2024
2 parents 92a599a + 88e9d69 commit e3b722f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs_to_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
regex: true
include: "docs/*.md"
- name: Upload Docs to Wiki
if: github.ref_name == 'main'
if: github.ref_type == 'tag'
uses: docker://decathlon/wiki-page-creator-action:latest
env:
GH_PAT: ${{ secrets.WIKI_ACTION_TOKEN_ServiceUser }}
Expand Down

0 comments on commit e3b722f

Please sign in to comment.