1 parent 5d89b5b commit b18a234Copy full SHA for b18a234
1 file changed
.github/workflows/coverity_scan.yml
@@ -1,6 +1,6 @@
1
name: coverity-linux
2
3
-on: [pull_request]
+on: [push, pull_request]
4
5
permissions:
6
contents: read
@@ -35,6 +35,7 @@ jobs:
35
run: |
36
tar czf cov-int.tgz cov-int
37
response=$(curl --silent --show-error --fail \
38
+ --form email="${{ secrets.EMAIL }}" \
39
--form token="${{ secrets.COVERITY_TOKEN }}" \
40
--form file=@cov-int.tgz \
41
--form version="GitHub PR #${{ github.event.pull_request.number }}" \
0 commit comments