ci: fix codeql triggers and release notes (#736)

This commit is contained in:
Jens
2025-12-19 06:26:01 +01:00
committed by GitHub
parent e556eefe71
commit 85e3b730cd
2 changed files with 34 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ on: # https://docs.github.com/en/actions/reference/workflows-and-actions/events
# https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#schedule
- cron: '10 10 * * 1' # Mondays 10:10 UTC
push:
branches: ['**'] # build all branches
branches: ['main', 'release'] # run only on protected branches to avoid duplicate PR runs
tags-ignore: ['**'] # don't build tags
paths-ignore:
- '**/*.md'