fix: meta ci workflows

This commit is contained in:
K3rnelPan1c
2022-05-15 23:24:15 +02:00
parent 08963d4c70
commit b86bd1fab9
6 changed files with 24 additions and 45 deletions
+8
View File
@@ -2,7 +2,15 @@ name: '🔬 Run CodeQL'
on:
push:
branches: [ master ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**/*.md'
schedule:
- cron: '24 2 * * 4'
workflow_dispatch:
jobs: