fix(ci): run CodeQL on main pushes

This commit is contained in:
Vincent Koc
2026-05-28 15:49:13 +02:00
parent 865678eb6b
commit 44451eaa47

View File

@@ -19,6 +19,15 @@ on:
- ".github/workflows/**"
- "packages/**"
- "src/**"
push:
branches:
- main
paths:
- ".github/actions/**"
- ".github/codeql/**"
- ".github/workflows/**"
- "packages/**"
- "src/**"
schedule:
- cron: "0 6 * * *"