mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
ci: fix codeql triggers and release notes (#736)
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user