mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🔨 Allow running manually CodeQL analysis
This commit is contained in:
parent
9872a90f59
commit
ffbc4c5f0c
2 changed files with 2 additions and 0 deletions
1
.github/workflows/analyze-codeql-backend.yml
vendored
1
.github/workflows/analyze-codeql-backend.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
branches: [ main ]
|
||||
paths:
|
||||
- "backend/**"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
analyze:
|
||||
name: "Analyze backend"
|
||||
|
|
|
@ -8,6 +8,7 @@ on:
|
|||
branches: [ main ]
|
||||
paths:
|
||||
- "frontend/**"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
analyze:
|
||||
name: "Analyze frontend"
|
||||
|
|
Loading…
Reference in a new issue