This commit is contained in:
MaxwellS04
2025-06-30 00:44:17 +07:00
255 changed files with 12167 additions and 1852 deletions

View File

@@ -3,9 +3,7 @@ name: CodeQL Analysis (macos)
on:
push:
branches:
- main
branches: [ "main" ]
paths:
- src/**
- cmake/**
@@ -16,6 +14,7 @@ on:
- "!**/Makefile*"
pull_request:
branches: [ "master" ]
paths:
- src/**
- cmake/**
@@ -26,6 +25,9 @@ on:
- vcpkg.json
- "!**/Makefile*"
schedule:
- cron: '22 11 * * 0'
jobs:
analyze-macos13-x86_64: