workflows changes

This commit is contained in:
t1amak
2025-12-08 23:49:09 +01:00
parent 15fecd0e41
commit 614db7f3d3
26 changed files with 992 additions and 90 deletions

View File

@@ -12,17 +12,7 @@
name: "CodeQL"
on:
push:
branches: ["main"]
paths-ignore:
- 'docker-compose/**'
- 'docs/**'
- 'README.md'
pull_request:
schedule:
- cron: '44 11 * * 0'
workflow_dispatch:
jobs:
analyze:
@@ -72,4 +62,3 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3