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: on:
push: push:
paths-ignore: paths:
- 'LICENSE' - '**'
- 'README.md' - '!LICENSE'
- 'images' - '!README.md'
- '.gitignore' - '!images'
- '.vscode' - '!.gitignore'
- '!.vscode'
jobs: jobs:
test: test: