Skip to content

Commit

Permalink
Run coverity on release as well (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Jan 30, 2023
1 parent e41dbd0 commit da9bc38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit da9bc38

Please sign in to comment.