1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-21 14:24:22 +00:00

🔨 Allow running manually CodeQL analysis

This commit is contained in:
Steffo 2021-10-23 01:20:34 +02:00
parent 9872a90f59
commit ffbc4c5f0c
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ on:
branches: [ main ]
paths:
- "backend/**"
workflow_dispatch:
jobs:
analyze:
name: "Analyze backend"

View file

@ -8,6 +8,7 @@ on:
branches: [ main ]
paths:
- "frontend/**"
workflow_dispatch:
jobs:
analyze:
name: "Analyze frontend"