Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 authored Jun 27, 2024
1 parent e9c1329 commit 90fff03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ on:
- "src/**"
- "tests/**"
- "**/*.py"
- "!src/lpsim/env/**"
- "!src/lpsim/network/**"
pull_request:
paths:
- "src/**"
- "tests/**"
- "**/*.py"
- "!src/lpsim/env/**"
- "!src/lpsim/network/**"
workflow_dispatch:
workflow_call:

Expand Down

0 comments on commit 90fff03

Please sign in to comment.