chore: update ci
This commit is contained in:
parent
a3a724e2e6
commit
2f8b39186f
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: Release CI
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v**
|
||||
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue