Skip to content

Commit c4b3127

Browse files
committed
Prepare release v0.1.0
1 parent ac89e9d commit c4b3127

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
tags:
7+
- "v*.*.*"
68
pull_request:
79
branches: [main]
810
release:
911
types: [published]
10-
# release job will run on tag push as well
11-
push:
12-
tags:
13-
- 'v*.*.*'
1412

1513
jobs:
1614
lint:

0 commit comments

Comments
 (0)