Delete build.yml

This commit is contained in:
恍兮惚兮 2024-04-26 05:54:41 +08:00
parent 852b3a67fe
commit b1200b4141

View File

@ -1,15 +1,14 @@
name: Build and Upload Artifacts name: Build and Upload Artifacts
on: # on:
push: # push:
branches: [main] # branches: [main]
pull_request: # pull_request:
branches: [main] # branches: [main]
jobs: jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
if: false
if: startsWith(github.ref, 'refs/tags/v') != true if: startsWith(github.ref, 'refs/tags/v') != true
steps: steps:
- name: Checkout code - name: Checkout code