Skip to content

Commit da9bc38

Browse files
Run coverity on release as well (#7)
1 parent e41dbd0 commit da9bc38

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/coverity.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Coverity Scan
22

33
on:
4+
release:
5+
types: [published]
6+
secrets:
7+
COVERITY_TOKEN:
8+
required: true
9+
COVERITY_EMAIL:
10+
required: true
411
pull_request_review:
512
types: [submitted]
613
secrets:

0 commit comments

Comments
 (0)