Skip to content

Commit 0edfc60

Browse files
committed
ci update
1 parent 57d3354 commit 0edfc60

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/format.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ on:
22
push:
33
branches:
44
- '*'
5-
- '!release'
65

7-
name: format
6+
name: "Format Code"
87

98
jobs:
109
format:

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
tags:
55
- "v[0-9]+.[0-9]+.[0-9]+.*"
6+
create:
7+
tags:
8+
- "v[0-9]+.[0-9]+.[0-9]+.*"
69

710
jobs:
811
version-info:

0 commit comments

Comments
 (0)