mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
parent
501cb3dce2
commit
c71cb72a29
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:
|
||||
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…
Reference in a new issue