Do less work on Github Actions
We don't need it running CodeQL on every push to every branch
This commit is contained in:
5
.github/workflows/codeql_linux.yml
vendored
5
.github/workflows/codeql_linux.yml
vendored
@@ -3,6 +3,7 @@ name: CodeQL Analysis (Linux)
|
||||
on:
|
||||
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- src/**
|
||||
- cmake/**
|
||||
@@ -13,6 +14,7 @@ on:
|
||||
- "!**/Makefile*"
|
||||
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- src/**
|
||||
- cmake/**
|
||||
@@ -23,6 +25,9 @@ on:
|
||||
- vcpkg.json
|
||||
- "!**/Makefile*"
|
||||
|
||||
schedule:
|
||||
- cron: '22 11 * * 0'
|
||||
|
||||
jobs:
|
||||
|
||||
analyze-linux:
|
||||
|
||||
5
.github/workflows/codeql_macos.yml
vendored
5
.github/workflows/codeql_macos.yml
vendored
@@ -3,6 +3,7 @@ name: CodeQL Analysis (macos)
|
||||
on:
|
||||
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- src/**
|
||||
- cmake/**
|
||||
@@ -13,6 +14,7 @@ on:
|
||||
- "!**/Makefile*"
|
||||
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- src/**
|
||||
- cmake/**
|
||||
@@ -23,6 +25,9 @@ on:
|
||||
- vcpkg.json
|
||||
- "!**/Makefile*"
|
||||
|
||||
schedule:
|
||||
- cron: '22 11 * * 0'
|
||||
|
||||
jobs:
|
||||
|
||||
analyze-macos13-x86_64:
|
||||
|
||||
5
.github/workflows/codeql_windows_msys2.yml
vendored
5
.github/workflows/codeql_windows_msys2.yml
vendored
@@ -3,6 +3,7 @@ name: CodeQL Analysis (Windows, msys2)
|
||||
on:
|
||||
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- src/**
|
||||
- cmake/**
|
||||
@@ -13,6 +14,7 @@ on:
|
||||
- "!**/Makefile*"
|
||||
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- src/**
|
||||
- cmake/**
|
||||
@@ -23,6 +25,9 @@ on:
|
||||
- vcpkg.json
|
||||
- "!**/Makefile*"
|
||||
|
||||
schedule:
|
||||
- cron: '22 11 * * 0'
|
||||
|
||||
jobs:
|
||||
|
||||
analyze-msys2:
|
||||
|
||||
Reference in New Issue
Block a user