Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Aug 21, 2024
1 parent 82e3ac8 commit afe8d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
branches: ["main"]
paths:
- ".github/workflows/unit-tests.yaml"
- ".github/workflows/unit-tests.yml"
- "tests/**"
- "mess/**"
- "setup.py"
pull_request:
branches: ["main"]
paths:
- ".github/workflows/unit-tests.yaml"
- ".github/workflows/unit-tests.yml"
- "tests/**"
- "mess/**"
- "setup.py"
Expand Down

0 comments on commit afe8d09

Please sign in to comment.