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:
@@ -8,6 +8,7 @@ on:
|
|||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
|
- '.gitea/workflows/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
skip_tests:
|
skip_tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user