This branch was generated from operator-config before the
.github/workflows/ → .gitea/workflows/ rename was merged to main.
The ci.yml and release.yml still reference the old .github/ paths,
which never match on Gitea Actions (it only watches .gitea/).
Fix: align both workflow files with the post-rename patterns
from the fix/ci-workflow-path-filters PR (#10):
- .gitea/workflows/*.yml
- .gitea/scripts/**
- .gitea/sop-checklist-config.*
This also ensures CI triggers on the sop-checklist-gate.yml
addition that this PR introduces.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>