From da9bc389a5b77074d99fe25c87a166d3c73bd57e Mon Sep 17 00:00:00 2001 From: Strongest Number 9 <16169054+StrongestNumber9@users.noreply.github.com> Date: Mon, 30 Jan 2023 11:25:38 +0200 Subject: [PATCH] Run coverity on release as well (#7) --- .github/workflows/coverity.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 4b1b3fc..1310304 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -1,6 +1,13 @@ name: Coverity Scan on: + release: + types: [published] + secrets: + COVERITY_TOKEN: + required: true + COVERITY_EMAIL: + required: true pull_request_review: types: [submitted] secrets: