From f9a3993335784f30d21d72bfcbdc64bc99663722 Mon Sep 17 00:00:00 2001 From: zhaoyanchao Date: Wed, 29 Apr 2026 10:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9github=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index b96ccda4..9f7b632b 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -1,6 +1,9 @@ name: Rust CI on: + push: + branches: + - main pull_request: branches: - main