Merge branch 'feature/run-tests-on-staging' into release/0.15.0-rc2

This commit is contained in:
Paul Pfeister 2024-07-08 04:37:50 -04:00
commit 12590137f5
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

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