Skip to content

Commit e141a13

Browse files
committed
workflow fix 2
1 parent 2bdd7fc commit e141a13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/compile-ts.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ on:
33
# This event type is dangerous
44
pull_request_target:
55
types: [opened, reopened, synchronize]
6+
paths:
7+
- 'src/**.ts'
68
jobs:
7-
format:
9+
Typescript_Compile:
810
# Ensure the PR is not from a fork
911
if: github.event.pull_request.head.repo.full_name == github.repository
1012
# PR is from the base repository, so it is only running code that was added by someone with write access, so it's trusted

0 commit comments

Comments
 (0)