Skip to content

Commit 615296a

Browse files
authored
ci: Fix tag push and release triggers (#68)
- Add tags filter to push event so pushing a tag triggers the workflow - Add release: published event to trigger on GitHub Release publishing Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
1 parent bce04ab commit 615296a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: ci-build
22

33
on:
44
push:
5+
tags:
6+
- '**'
7+
release:
8+
types: [published]
59
pull_request:
610
workflow_dispatch:
711
schedule:

0 commit comments

Comments
 (0)