Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 15cec5c

Browse files
author
Maksim Daunarovich
authored
Fix double publish issue with workflow (#36)
1 parent 072dc23 commit 15cec5c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Publish
33
on:
44
# allow to manually run this workflow
55
workflow_dispatch:
6-
# run when new version tag is pushed
7-
push:
8-
tags:
9-
- 'v*'
106
# run on published release. this will not trigger, when release draft is created
117
release:
128
types:

0 commit comments

Comments
 (0)