Skip to content

Commit 438c3b7

Browse files
authored
ci: Trigger test workflow on release branches as well (#63)
1 parent b9c30a4 commit 438c3b7

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/test.yml

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

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- main
7+
- release-1.[0-9]+
68
pull_request:
7-
branches: [ "main" ]
9+
branches:
10+
- main
11+
- release-1.[0-9]+
812

913
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.number }}
14+
group: ${{ github.workflow }}-${{ github.ref }}
1115
cancel-in-progress: true
1216

1317
jobs:

0 commit comments

Comments
 (0)