Add release branches to ci

Closes #2194
pull/2208/head
Paul Pfeister 5 months ago
parent 501cb3dce2
commit c71cb72a29
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -2,7 +2,9 @@ name: Regression Testing
on:
pull_request:
branches: [ master ]
branches:
- master
- release/**
paths:
- '.github/workflows/regression.yml'
- '**/*.json'
@ -10,7 +12,9 @@ on:
- '**/*.ini'
- '**/*.toml'
push:
branches: [ master ]
branches:
- master
- release/**
paths:
- '.github/workflows/regression.yml'
- '**/*.json'

Loading…
Cancel
Save