ci: only run CodeQL on main

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-19 11:31:19 +01:00
parent 645e2445d1
commit 5dc080c3b3

View File

@ -12,14 +12,6 @@ on:
- "**.py"
- "**requirements.txt"
- "./github/workflows/codeql.yml"
pull_request:
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
- "**.py"
- "**requirements.txt"
- "./github/workflows/codeql.yml"
jobs:
codeql: