mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-04-20 06:43:32 +02:00
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:
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:
|
||||
|
||||
Reference in New Issue
Block a user