chore: CI templates add ignore files (paths-ignore)
This commit is contained in:
parent
f26cd4aa7b
commit
9570899025
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ on:
|
||||||
- main
|
- main
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '**'
|
- '**'
|
||||||
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
|
- 'LICENSE'
|
||||||
|
- '**/*.gitignore'
|
||||||
|
- '.editorconfig'
|
||||||
|
- 'docs/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue