Skip to content

Commit

Permalink
create doc on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
filiatra committed Dec 14, 2024
1 parent d941a11 commit 0ceb693
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Documentation

on:
push:
branches:
- main
on:
create:
tags: '*'
pull_request:
workflow_dispatch:
Expand Down Expand Up @@ -38,7 +37,6 @@ jobs:
with:
name: Documentation
commit: main
tag: ${{ github.ref }}
artifacts: doc.zip
allowUpdates: true
artifactErrorsFailBuild: true
Expand Down

0 comments on commit 0ceb693

Please sign in to comment.