Ignore '/docs' on some GH actions, give docs its own action (#10949)

* ignore docs on several actions, give docs its own action

* Random doc change to see if the new action runs.

* umm... not paths-ignore, paths!

* eof fix

* enabling typescript checking on docs
This commit is contained in:
Evan Rusackas
2020-09-18 12:23:48 -07:00
committed by GitHub
parent 4f607371e5
commit d4f33cc9de
7 changed files with 66 additions and 21 deletions

View File

@@ -1,7 +1,13 @@
# Python unit tests
name: Python
on: [push, pull_request]
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
jobs:
lint: