gha: use paths instead of paths-ignore

This commit is contained in:
peaceiris 2019-09-22 15:37:12 +09:00
parent d7d48e3009
commit 1f001947d3

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: