From 20f203cb573d80ea41047ecaf219488bd3bac9a9 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Fri, 21 Mar 2025 18:19:39 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0910a482..e1a64f31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,15 @@ name: CI on: - pull_request: - branches: - - master push: - branches: - - master + tags: ["v*"] + pull_request: + paths-ignore: + - 'docs/**' + - '*.md' + - '.github/**' + - 'README.md' + workflow_dispatch: env: RUSTFLAGS: -Dwarnings