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: