Update validate-typescript.yml
This commit is contained in:
parent
f0c0d25197
commit
62959c79d4
18
.github/workflows/validate-typescript.yml
vendored
18
.github/workflows/validate-typescript.yml
vendored
@ -1,5 +1,21 @@
|
|||||||
name: Validate TypeScript
|
name: Validate TypeScript
|
||||||
on: push
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- "src"
|
||||||
|
- "*.js"
|
||||||
|
- "*.json"
|
||||||
|
- "package.json"
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "src"
|
||||||
|
- "*.js"
|
||||||
|
- "*.json"
|
||||||
|
- "package.json"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user