Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsrke committed Jan 19, 2024
1 parent fdd5d1e commit 91208dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ name: Run unit tests
on:
push:
branches: [ main ]
paths:
- "src/**.py"
- "examples/**.py"
- "tests/**.py"

pull_request:
branches: [ main ]
paths:
paths:
- "src/**.py"
- "examples/**.py"
- "tests/**.py"
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 91208dd

Please sign in to comment.