Skip to content

Commit 0ceb693

Browse files
committed
create doc on tag
1 parent d941a11 commit 0ceb693

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Documentation
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
on:
5+
create:
76
tags: '*'
87
pull_request:
98
workflow_dispatch:
@@ -38,7 +37,6 @@ jobs:
3837
with:
3938
name: Documentation
4039
commit: main
41-
tag: ${{ github.ref }}
4240
artifacts: doc.zip
4341
allowUpdates: true
4442
artifactErrorsFailBuild: true

0 commit comments

Comments
 (0)