Add scanning when drafting releases

这个提交包含在:
Sebastian Meyer 2020-12-09 16:51:21 +01:00 提交者 GitHub
父节点 7c9ac7ddfb
当前提交 52dfe646f2
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 5 次插入2 次删除

查看文件

@ -1,9 +1,12 @@
name: Static Code Analyzing
name: Static Code Analyzing and Security Scanning
on:
# Trigger analysis when pushing in stable branches
# Trigger analysis when pushing in stable branches (which includes merging pull requests)
push:
branches: [master, 2.x]
# Trigger analysis when a new release is drafted
release:
type: [created, edited]
jobs:
sonarcloud: