From ddda571b191c15617dd61ecab29829f256a407f4 Mon Sep 17 00:00:00 2001 From: hubertshelley Date: Fri, 17 Jan 2025 10:13:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 148b808..379b683 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,13 +1,12 @@ name: build on: - # push: - # branches: - # - main + push: + branches: + - main pull_request: branches: - main - - 2.0.0 jobs: build-rust: