Skip to content

Commit fec4da5

Browse files
authored
[backport] Run CI workflows on maintenance branches (#204)
1 parent e9c37fa commit fec4da5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ permissions: {}
33

44
on:
55
push:
6-
branches: [main]
6+
branches:
7+
- main
8+
- release*
79
pull_request:
8-
branches: [main]
10+
branches:
11+
- main
12+
- release*
913

1014
concurrency:
1115
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)