Skip to content

Commit

Permalink
Add yaml to triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Jun 24, 2024
1 parent 54f6bf3 commit f86bdc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ on:
- '**/*.py'
- '**/*.ini'
- '**/*.toml'
- '**/*.yml'
- '**/*.yaml'
push:
branches: [ master ]
paths:
- '**/*.json'
- '**/*.py'
- '**/*.ini'
- '**/*.toml'
- '**/*.yml'
- '**/*.yaml'

jobs:
tox-matrix:
Expand Down

0 comments on commit f86bdc1

Please sign in to comment.