Let CodeQL action not run
This commit is contained in:
2
.github/workflows/codeql_linux.yml
vendored
2
.github/workflows/codeql_linux.yml
vendored
@@ -3,7 +3,7 @@ name: CodeQL Analysis (Linux)
|
||||
on:
|
||||
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- src/**
|
||||
- cmake/**
|
||||
|
||||
2
.github/workflows/codeql_macos.yml
vendored
2
.github/workflows/codeql_macos.yml
vendored
@@ -3,7 +3,7 @@ name: CodeQL Analysis (macos)
|
||||
on:
|
||||
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- src/**
|
||||
- cmake/**
|
||||
|
||||
4
.github/workflows/codeql_windows_msys2.yml
vendored
4
.github/workflows/codeql_windows_msys2.yml
vendored
@@ -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/**
|
||||
|
||||
Reference in New Issue
Block a user