fix pipeline
This commit is contained in:
parent
a2b86a1471
commit
6d3d00b40d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
release:
|
||||
types: [ published ]
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue