浏览代码

Update codeql.yml

pull/3512/head
Ray 1年前
父节点
当前提交
adaecba162
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      .github/workflows/codeql.yml

+ 4
- 2
.github/workflows/codeql.yml 查看文件

@ -6,12 +6,14 @@
name: "CodeQL" name: "CodeQL"
on: on:
workflow_dispatch:
# push: # push:
# branches: [ "main", "master" ] # branches: [ "main", "master" ]
schedule:
- cron: '0 0 * * 1'
pull_request: pull_request:
branches: '*' branches: '*'
schedule:
- cron: '0 0 * * 1'
env: env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release BUILD_TYPE: Release

||||||
x
 
000:0
正在加载...
取消
保存