From e0a2dcd41e025f736d003b6f4bba388eda24102f Mon Sep 17 00:00:00 2001 From: Rahul Kar Date: Thu, 5 Jun 2025 09:39:24 +0000 Subject: [PATCH] Update yml file to trigger coverity scan --- .github/workflows/coverity_scan.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverity_scan.yml b/.github/workflows/coverity_scan.yml index fe40799e5..b1dd9b0cf 100644 --- a/.github/workflows/coverity_scan.yml +++ b/.github/workflows/coverity_scan.yml @@ -3,6 +3,8 @@ on: # Run on every commit to mainline push: branches: main + pull_request: + branches: main # Allow manual running of the scan workflow_dispatch: