From 608a496b49be4d0583a937cafb54f76986b7a159 Mon Sep 17 00:00:00 2001 From: xlh001 <2402324010@qq.com> Date: Fri, 23 Jun 2023 00:05:04 +0800 Subject: [PATCH] update ci2.yml --- .github/workflows/ci2.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci2.yml b/.github/workflows/ci2.yml index 8cbb4ca..8694eeb 100644 --- a/.github/workflows/ci2.yml +++ b/.github/workflows/ci2.yml @@ -1,6 +1,11 @@ name: CI2 -on: [push, pull_request] +on: + push: + tags: + - "v*" + pull_request: + jobs: build: