From 741bc9ca95e4ab762d7a9eb452434913c88fceaa Mon Sep 17 00:00:00 2001 From: Walker Date: Wed, 13 May 2026 14:37:28 -0500 Subject: [PATCH] Part cFS/workflows#129, Use Updated Static Analysis Workflow --- .github/workflows/static-analysis.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index f2a9aac..37ba491 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -1,12 +1,19 @@ name: Static Analysis -# Run on all push and pull requests on: push: + branches: + - dev + - main pull_request: + types: + - opened + - reopened + - synchronize + workflow_dispatch: jobs: static-analysis: name: Run cppcheck - uses: nasa/cFS/.github/workflows/static-analysis.yml@main + uses: nasa/cFS/.github/workflows/static-analysis-reusable.yml@dev