Merge pull request #2174 from sherlock-project/fix-2158

Only execute GitHub action when needed
This commit is contained in:
Siddharth Dushantha 2024-06-17 00:40:10 +00:00 committed by GitHub
commit 25d445a6c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,8 +3,18 @@ name: Regression Testing
on:
pull_request:
branches: [ master ]
paths:
- '**/*.json'
- '**/*.py'
- '**/*.ini'
- '**/*.toml'
push:
branches: [ master ]
paths:
- '**/*.json'
- '**/*.py'
- '**/*.ini'
- '**/*.toml'
jobs:
tox-matrix: