Skip to content

Commit f1c8344

Browse files
committed
chore: run ci for release branches
1 parent f8326f9 commit f1c8344

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
name: CI
2+
23
on:
34
push:
4-
branches: [ master ]
5+
branches:
6+
- master
7+
- release-*
58
pull_request:
6-
branches: [ master ]
9+
branches:
10+
- master
11+
- release-*
12+
713
jobs:
814
infra:
915
name: Lint

0 commit comments

Comments
 (0)