mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-01 18:47:26 +01:00
Fix CodeQL workflow
This commit is contained in:
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@@ -2,7 +2,13 @@ name: codeql
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
schedule:
|
||||
- cron: '0 12 * * 6'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user