Skip to content
Snippets Groups Projects
Commit 06c026f8 authored by Grant's avatar Grant
Browse files

[ci] skip if modification is to .gitlab

parent 30abd300
Branches
No related tags found
No related merge requests found
Checking pipeline status
......@@ -12,6 +12,9 @@ publish:
- red
rules:
- if: $CI_COMMIT_BRANCH == "main"
- changes:
- ".gitlab/*"
when: never
- changes:
- "**/*.md"
when: manual
......@@ -28,6 +31,9 @@ deploy:
- red
rules:
- if: $CI_COMMIT_BRANCH == "main"
- changes:
- ".gitlab/*"
when: never
- changes:
- "**/*.md"
when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment