Skip to content

Commit

Permalink
Tweaks documentation gen + test run conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Feb 10, 2023
1 parent c7f2d78 commit 6e4502c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Generate Documentation
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: [ "master" ]
paths:
- "**.ts"

Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@ name: Unit Tests

on:
push:
branches: [ "master" ]
branches: [ "master", "dev" ]
paths:
- "**.ts"
- "package.json"
- "package-lock.json"
- "tsconfig.json"
- ".github/workflows/documentation.yml"
pull_request:
branches: [ "master" ]
branches: [ "master", "dev" ]
paths:
- "**.ts"
- "package.json"
- "package-lock.json"
- "tsconfig.json"
- ".github/workflows/documentation.yml"

jobs:
build:
Expand Down
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typedoc-plugin-missing-exports": "^1.0.0",
"typescript": "^4.9.5"
},
"homepage": "https://github.com/MarkSuckerberg/typeblr",
Expand Down

0 comments on commit 6e4502c

Please sign in to comment.