gha: use paths instead of paths-ignore
This commit is contained in:
parent
d7d48e3009
commit
1f001947d3
1 changed files with 7 additions and 6 deletions
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue