Skip to content

Commit

Permalink
Run Coverity every time
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
  • Loading branch information
lemenkov committed Apr 19, 2024
1 parent fe28bea commit 58b3611
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Your .github/workflows/coverity.yml file.
name: Coverity scan

# We only want to test official release code, not every pull request.
on:
push:
branches: [master]
on: [push, pull_request]

jobs:
coverity:
Expand Down

0 comments on commit 58b3611

Please sign in to comment.