Skip to content

Commit

Permalink
fix workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
obriencj committed Jul 12, 2023
1 parent 71a8826 commit abbba2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ on:
- 'tools/**'
paths:
- 'setup.cfg'
- '*.py'
- '*.pyi'
- '**/*.py'
- '**/*.pyi'

pull_request:
ignore-paths:
Expand All @@ -27,8 +27,8 @@ on:
- 'tools/**'
paths:
- 'setup.cfg'
- '*.py'
- '*.pyi'
- '**/*.py'
- '**/*.pyi'


jobs:
Expand Down

0 comments on commit abbba2a

Please sign in to comment.