Skip to content

Commit

Permalink
Merge pull request #2174 from sherlock-project/fix-2158
Browse files Browse the repository at this point in the history
Only execute GitHub action when needed
  • Loading branch information
sdushantha committed Jun 17, 2024
2 parents 923fa4c + 579a3e7 commit 25d445a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 25d445a

Please sign in to comment.