We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdd7fc commit e141a13Copy full SHA for e141a13
.github/workflows/compile-ts.yml
@@ -3,8 +3,10 @@ on:
3
# This event type is dangerous
4
pull_request_target:
5
types: [opened, reopened, synchronize]
6
+ paths:
7
+ - 'src/**.ts'
8
jobs:
- format:
9
+ Typescript_Compile:
10
# Ensure the PR is not from a fork
11
if: github.event.pull_request.head.repo.full_name == github.repository
12
# 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