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