Skip to content

Commit 0ac5c78

Browse files
Update .github/workflows/update-main-version.yml
Co-authored-by: Stanislav Zhuk <[email protected]>
1 parent 8ec8f19 commit 0ac5c78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-main-version.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ permissions:
44
contents: write
55

66
on:
7-
release:
8-
types: [published]
7+
push:
8+
tags:
9+
- v*
910

1011
jobs:
1112
update-version:

0 commit comments

Comments
 (0)