codeql uses cmake so ignore win32 ui stuff
This commit is contained in:
23
.github/workflows/codeql.yml
vendored
23
.github/workflows/codeql.yml
vendored
@@ -1,6 +1,27 @@
|
|||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
|
|
||||||
on: [ push, pull_request]
|
on:
|
||||||
|
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- src/**
|
||||||
|
- cmake/**
|
||||||
|
- "**/CMakeLists.txt"
|
||||||
|
- "CMakePresets.json"
|
||||||
|
- .github/workflows/codeql.yml
|
||||||
|
- vcpkg.json
|
||||||
|
- "!**/Makefile*"
|
||||||
|
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- src/**
|
||||||
|
- cmake/**
|
||||||
|
- "**/CMakeLists.txt"
|
||||||
|
- "CMakePresets.json"
|
||||||
|
- .github/workflows/**
|
||||||
|
- .github/workflows/codeql.yml
|
||||||
|
- vcpkg.json
|
||||||
|
- "!**/Makefile*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
Reference in New Issue
Block a user