Only execute GitHub action when needed

fixes #2158
This commit is contained in:
Siddharth Dushantha 2024-06-17 02:02:17 +02:00
parent 7443de18e9
commit 579a3e794a

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: