Only execute GitHub action when needed

fixes #2158
pull/2174/head
Siddharth Dushantha 6 months ago
parent 7443de18e9
commit 579a3e794a

@ -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:

Loading…
Cancel
Save