Skip to content

Commit a1c86b8

Browse files
committed
fix
1 parent d30472a commit a1c86b8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ name: CI
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- "v*.*.*"
8-
- "v1.x"
9-
tags:
10-
- "v*.*.*"
5+
branches: ["main", "v1.x"]
6+
tags: ["v*.*.*"]
117
pull_request:
12-
branches: ["main"]
8+
branches: ["main", "v*.*.*", "v1.x"]
139

1410
permissions:
1511
contents: read

0 commit comments

Comments
 (0)