codeql uses cmake so ignore win32 ui stuff

This commit is contained in:
Jasmine Iwanek
2023-05-02 02:02:11 -04:00
parent b460e845c6
commit a989171ebc

View File

@@ -1,6 +1,27 @@
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:
analyze: