ci: run CodeQL only on Go/Python changes

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-19 10:22:47 +01:00
parent 076909f645
commit 2cee7cb454

View File

@ -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: