Skip to content

Commit c820ef5

Browse files
committed
Modify the on in the action
1 parent d7c09e4 commit c820ef5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Release translator
22
on:
3-
release:
4-
types: [ released ]
3+
push:
4+
tags:
5+
- '*'
6+
57
jobs:
68
build:
79
name: Build

0 commit comments

Comments
 (0)