Enable only master branch for CodeQL push trigger
This commit is contained in:
parent
9ff09d695c
commit
c21260e3ff
Notes:
git
2023-02-28 03:06:17 +00:00
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -2,6 +2,7 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
- '**/man'
|
||||
|
Loading…
x
Reference in New Issue
Block a user