Add scanning when drafting releases

This commit is contained in:
Sebastian Meyer 2020-12-09 16:51:21 +01:00 revīziju iesūtīja GitHub
vecāks 7c9ac7ddfb
revīzija 52dfe646f2
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainīti faili ar 5 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -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: