fix: update branch triggers for CodeQL workflow to restrict pull requests and allow pushes

This commit is contained in:
GitHub Actions
2026-02-26 04:20:10 +00:00
parent 8ff3f305db
commit fb5fdb8c4e

View File

@@ -2,9 +2,9 @@ name: CodeQL - Analyze
on:
pull_request:
branches: [main, nightly, development, feature/**]
branches: [main, nightly, development]
push:
branches: [main]
branches: [main, nightly, development, 'feature/**', 'fix/**']
workflow_dispatch:
schedule:
- cron: '0 3 * * 1' # Mondays 03:00 UTC