chore: explicitly ignore .gitea/workflows changes in production-deploy trigger

- Add .gitea/workflows/** to paths-ignore
- Prevents workflow from triggering on workflow file changes
- Matches standard behavior (Gitea may auto-ignore workflow files anyway)
- Use workflow_dispatch for manual testing
This commit is contained in:
2025-10-31 04:14:05 +01:00
parent 89fb1d422c
commit 403205315e

View File

@@ -8,6 +8,7 @@ on:
- 'docs/**'
- '**.md'
- '.github/**'
- '.gitea/workflows/**'
workflow_dispatch:
inputs:
skip_tests: