Skip to content

Commit cc64501

Browse files
committed
Add paths to main workflow
1 parent e5a1243 commit cc64501

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- main
6+
paths:
7+
- "src/**"
8+
- "package.json"
9+
- "tsconfig.json"
610
jobs:
711
build:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)