Let CodeQL action not run

This commit is contained in:
MaxwellS04
2025-06-30 00:53:42 +07:00
parent 38e2b2555b
commit e7086848e6
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ name: CodeQL Analysis (Linux)
on:
push:
branches: [ "main" ]
branches: [ "master" ]
paths:
- src/**
- cmake/**

View File

@@ -3,7 +3,7 @@ name: CodeQL Analysis (macos)
on:
push:
branches: [ "main" ]
branches: [ "master" ]
paths:
- src/**
- cmake/**

View File

@@ -3,7 +3,7 @@ name: CodeQL Analysis (Windows, msys2)
on:
push:
branches: [ "main" ]
branches: [ "master" ]
paths:
- src/**
- cmake/**
@@ -14,7 +14,7 @@ on:
- "!**/Makefile*"
pull_request:
branches: [ "main" ]
branches: [ "master" ]
paths:
- src/**
- cmake/**