mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-10 20:27:15 +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"
|
- "go.sum"
|
||||||
- "frontend/**"
|
- "frontend/**"
|
||||||
- ".nvmrc"
|
- ".nvmrc"
|
||||||
|
- ".github/workflows/**"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -17,6 +18,7 @@ on:
|
|||||||
- "go.sum"
|
- "go.sum"
|
||||||
- "frontend/**"
|
- "frontend/**"
|
||||||
- ".nvmrc"
|
- ".nvmrc"
|
||||||
|
- ".github/workflows/**"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user