Skip to content
Snippets Groups Projects
Commit 3915d954 authored by Kr328's avatar Kr328
Browse files

Chore: ignore .github on build

parent 23077537
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment