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
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