From 2f8b39186fdfee3500e805578647bb907b764822 Mon Sep 17 00:00:00 2001 From: GyDi Date: Thu, 3 Nov 2022 01:15:50 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e98135..1272227 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: Release CI -on: [push] +on: + push: + tags: + - v** env: CARGO_INCREMENTAL: 0