Add release branches to ci

Closes #2194
This commit is contained in:
Paul Pfeister 2024-06-29 00:48:59 -04:00
parent 501cb3dce2
commit c71cb72a29
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

@ -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'