Skip to content

Commit

Permalink
[MISC] Fix python github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aedial committed May 20, 2023
1 parent 80797d0 commit f2f1b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
push:
branches: [ main ]
paths:
- "novelai-api/**"
- "novelai_api/**"
pull_request:
branches: [ main ]
paths:
- "novelai-api/**"
- "novelai_api/**"

jobs:
mock:
Expand Down

0 comments on commit f2f1b0c

Please sign in to comment.