chore: CI templates add ignore files (paths-ignore)

This commit is contained in:
yisibl 2021-11-02 19:45:43 +08:00 committed by LongYinan
parent f26cd4aa7b
commit 9570899025
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -12,6 +12,12 @@ on:
- main
tags-ignore:
- '**'
paths-ignore:
- '**/*.md'
- 'LICENSE'
- '**/*.gitignore'
- '.editorconfig'
- 'docs/**'
pull_request:
jobs: