allow manual codeql dispatch
This commit is contained in:
parent
45788d4749
commit
b7e3f10a85
1 changed files with 3 additions and 1 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -11,7 +11,9 @@
|
|||
#
|
||||
name: "CodeQL"
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
|
Loading…
Reference in a new issue