Skip to content

Commit f1f5bf6

Browse files
authored
Merge pull request #74 from iamazy/7.16.0
Update release.yml
2 parents 1619210 + cf11524 commit f1f5bf6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: deploy
22

33
on:
4-
workflow_dispatch:
5-
release:
6-
types: [published]
4+
push:
5+
tags:
6+
- "v*.*.*"
7+
78
jobs:
89
deploy:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)