mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
Delete build.yml
This commit is contained in:
parent
852b3a67fe
commit
b1200b4141
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user