1
Fork 0
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:
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 ] branches: [ main ]
paths: paths:
- "backend/**" - "backend/**"
workflow_dispatch:
jobs: jobs:
analyze: analyze:
name: "Analyze backend" name: "Analyze backend"

View file

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