Skip to content

Commit 9bff40f

Browse files
committed
tweak
1 parent ae59d21 commit 9bff40f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: CI
22
on:
33
push:
44
branches:
5-
- '**'
5+
- main
66
tags-ignore:
77
- 'v*'
88
pull_request:
9+
branches:
10+
- '**'
911

1012
concurrency:
1113
group: ${{ github.ref }}

0 commit comments

Comments
 (0)