Skip to content

Commit

Permalink
[ci] Update conditions for dtslint workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryBlokHed authored and LeaVerou committed Nov 4, 2022
1 parent 667c19a commit 40d9656
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-types.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Test Type Definitions
on: pull_request
on:
push:
branches: [main]
paths: [types/**/*]
pull_request:
branches: [main]
paths: [types/**/*]

jobs:
test:
Expand All @@ -11,6 +17,5 @@ jobs:
with:
node-version: "12"


- run: npm install
- run: npm run dtslint

0 comments on commit 40d9656

Please sign in to comment.