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
|
||||
tags-ignore:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'LICENSE'
|
||||
- '**/*.gitignore'
|
||||
- '.editorconfig'
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue