mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-20 13:56:43 -04:00
ci: run CodeQL only on Go/Python changes
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
076909f645
commit
2cee7cb454
16
.github/workflows/codeql.yml
vendored
16
.github/workflows/codeql.yml
vendored
@ -4,8 +4,22 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release/v*
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "**.py"
|
||||
- "**requirements.txt"
|
||||
- "./github/workflows/codeql.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "**.py"
|
||||
- "**requirements.txt"
|
||||
- "./github/workflows/codeql.yml"
|
||||
|
||||
jobs:
|
||||
codeql:
|
||||
|
Loading…
x
Reference in New Issue
Block a user