Skip to content

Commit

Permalink
Github actions: run tests when changes phitter folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianherreramonterrosa committed Nov 6, 2024
1 parent c056622 commit 21ae16c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- main
paths:
- "phitter/**"
pull_request:
branches:
- main
paths:
- "phitter/**"

jobs:
test:
Expand Down

0 comments on commit 21ae16c

Please sign in to comment.