Skip to content

Commit 20f96b3

Browse files
committed
update CI
1 parent fcefbca commit 20f96b3

File tree

2 files changed

+2
-65
lines changed

2 files changed

+2
-65
lines changed

.github/workflows/Pre Build CI.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: Netch CI
2-
3-
on:
4-
push:
5-
tags:
6-
- '1.*.*'
7-
2+
on: [push, pull_request]
83
jobs:
94
build:
105
name: Build
@@ -48,7 +43,7 @@ jobs:
4843
with:
4944
name: ${{ env.GITHUB_TAG_NAME }}
5045
prerelease: true
51-
draft: true
46+
draft: false
5247
files: |
5348
C:\builtfiles\Netch.7z
5449
body: |

0 commit comments

Comments
 (0)