Skip to content

Commit 2f2ab92

Browse files
committed
fix publishing #2
1 parent 4da1933 commit 2f2ab92

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: CI
22

33
on:
44
push:
5-
branches: ["master"]
6-
tags:
7-
- "v*"
5+
branches:
6+
- master
7+
push:
8+
tags:
9+
- "v*"
810
pull_request:
911

1012
jobs:

0 commit comments

Comments
 (0)