Skip to content

Commit

Permalink
ci: fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
h-takeyeah committed Mar 6, 2024
1 parent 3d192e8 commit a9b9dce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nodejsci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
branches:
- develop
- main
paths:
- "typing-app/**"
pull_request:
branches:
- develop
- main
paths:
- "typing-app/**"
workflow_dispatch:
paths:
- "typing-app/**"

defaults:
run:
Expand Down

0 comments on commit a9b9dce

Please sign in to comment.