gha: use paths instead of paths-ignore (#41)

* gha: use paths instead of paths-ignore
* docs: update from 3 sec to 4 sec
* ci: update husky post-commit hook
This commit is contained in:
Shohei Ueda
2019-09-22 15:45:20 +09:00
committed by GitHub
parent d7d48e3009
commit 71663ea875
3 changed files with 9 additions and 8 deletions

View File

@@ -2,12 +2,13 @@ name: 'Test'
on:
push:
paths-ignore:
- 'LICENSE'
- 'README.md'
- 'images'
- '.gitignore'
- '.vscode'
paths:
- '**'
- '!LICENSE'
- '!README.md'
- '!images'
- '!.gitignore'
- '!.vscode'
jobs:
test: