Skip to content

Commit c71cb72

Browse files
committed
Add release branches to ci
Closes #2194
1 parent 501cb3d commit c71cb72

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/regression.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@ name: Regression Testing
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches:
6+
- master
7+
- release/**
68
paths:
79
- '.github/workflows/regression.yml'
810
- '**/*.json'
911
- '**/*.py'
1012
- '**/*.ini'
1113
- '**/*.toml'
1214
push:
13-
branches: [ master ]
15+
branches:
16+
- master
17+
- release/**
1418
paths:
1519
- '.github/workflows/regression.yml'
1620
- '**/*.json'

0 commit comments

Comments
 (0)