diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 9db3ef2..ab73948 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -3,7 +3,9 @@ name: Coverity on: push: - branches: [main] + branches: + - coverity + - main jobs: coverity: @@ -26,4 +28,4 @@ jobs: # The GitHub Action this workflow is based on uses `cov-build`, which # does not support buildless capture any more. This way we make it # use `coverity capture` instead of `cov-build`. - command: --ident; set -x; coverity --ticker-mode=no-spin capture --dir=cov-int --file-include-regex="csmock|scripts" + command: --ident; set -x; coverity --ticker-mode=no-spin capture --dir=cov-int --file-include-regex="csmock|scripts" --language=python