Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 04c3a71

Browse files
committed
update release
1 parent f8d1574 commit 04c3a71

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- master
6-
tags:
7-
- "!v*"
86

97
jobs:
108
build:

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
on:
2-
push:
3-
branches:
4-
- "master"
5-
tags:
6-
- "v*"
2+
release:
3+
types: [published]
74

85
jobs:
96
build:

0 commit comments

Comments
 (0)