Chore: ignore .github on build

This commit is contained in:
Kr328
2022-02-21 11:21:00 +08:00
parent 23077537f9
commit 3915d9549e

View File

@@ -4,6 +4,7 @@ on:
branches:
- main
paths-ignore:
- '.github/**'
- '.idea/**'
- '.gitattributes'
- '.gitignore'
@@ -13,6 +14,7 @@ on:
- 'NOTICE'
pull_request:
paths-ignore:
- '.github/**'
- '.idea/**'
- '.gitattributes'
- '.gitignore'