mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-06 18:27:14 +00:00
ci: trigger CI on workflow-file changes too
The push/pull_request paths filter didn't include .github/workflows/**, so the previous commit (fixing the Audit step) never actually ran through CI -- editing the workflow itself silently skipped the trigger. A broken workflow-syntax change could merge untested the same way. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,7 @@ on:
|
||||
- "go.sum"
|
||||
- "frontend/**"
|
||||
- ".nvmrc"
|
||||
- ".github/workflows/**"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -17,6 +18,7 @@ on:
|
||||
- "go.sum"
|
||||
- "frontend/**"
|
||||
- ".nvmrc"
|
||||
- ".github/workflows/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user