mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
Merge branch 'feature/run-tests-on-staging' into release/0.15.0-rc2
This commit is contained in:
commit
12590137f5
1 changed files with 6 additions and 2 deletions
8
.github/workflows/regression.yml
vendored
8
.github/workflows/regression.yml
vendored
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue