From b1200b4141ec5078ab0e0fe21eb77afedbe02859 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 05:54:41 +0800 Subject: [PATCH] Delete build.yml --- .github/workflows/build.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ce19c2c..19649c42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,15 +1,14 @@ name: Build and Upload Artifacts -on: - push: - branches: [main] - pull_request: - branches: [main] +# on: +# push: +# branches: [main] +# pull_request: +# branches: [main] jobs: build: runs-on: windows-latest - if: false if: startsWith(github.ref, 'refs/tags/v') != true steps: - name: Checkout code