From cd299b6ae07569365e36a6ceedce3299a0cfbb32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:43:34 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5029556f..4fa1b130 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,10 @@ name: Build and Upload Artifacts -# on: -# push: -# branches: [main] -# pull_request: -# branches: [main] +on: + push: + branches: [main] + pull_request: + branches: [main] jobs: build: