ci: build when .npmrc changes

The previous commit added no pipeline run: .npmrc is not in the changes list that
triggers one. That file decides which registry dependencies come from, so a change
to it deserves a build rather than a wave-through. This commit touches
.gitlab-ci.yml, which is on the list - so it verifies itself.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Thore Cimbal
2026-08-18 12:00:00 +00:00
co-authored by Claude Opus 5
parent be323edf10
commit 240021b754
+3
View File
@@ -31,6 +31,9 @@
- scripts/**/*
- pnpm-lock.yaml
- pnpm-workspace.yaml
# .npmrc bindet den Scope @sorb an rohana. Aendert sich die Datei, aendert
# sich, WOHER Abhaengigkeiten kommen - das gehoert gebaut, nicht durchgewunken.
- .npmrc
- .gitlab-ci.yml
workflow: