Fix CodeQL workflow

This commit is contained in:
CrazyMax
2021-03-10 10:57:05 +01:00
parent 2225dbc348
commit 9e25213d84

View File

@@ -2,7 +2,13 @@ name: codeql
on:
push:
branches:
- 'master'
tags:
- '*'
pull_request:
branches:
- 'master'
schedule:
- cron: '0 12 * * 6'