Skip to content

Commit

Permalink
remove path filter for triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 authored Jan 19, 2024
1 parent 0c6433c commit 6de2472
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:

pull_request:
branches: [ main ]
paths:
- "src/**/*.py"
- "examples/**/*.py"
- "tests/**/*.py"
#paths:
# - "src/**/*.py"
# - "examples/**/*.py"
# - "tests/**/*.py"

jobs:
tests:
Expand Down

0 comments on commit 6de2472

Please sign in to comment.