From 77a49603d682924277c993e72abcd3ae9def24a8 Mon Sep 17 00:00:00 2001 From: linonetwo Date: Thu, 12 Oct 2023 12:06:36 +0800 Subject: [PATCH] fix: enable tag trigger ci --- .github/workflows/ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b79413b..69bfd80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,18 @@ -name: CI +name: Build & Lint on: push: + tags: + - 'v*.*.*' branches: - master + paths-ignore: + - 'README.md' + - 'LICENSE' + - 'public/**' + - 'scripts/**' + - '.vscode' + - '.idea' pull_request: branches: