Skip to content

Commit 637eadf

Browse files
committed
Part cFS/workflows#129, Use Updated Static Analysis Workflow
1 parent 2a3364f commit 637eadf

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
name: Static Analysis
22

3-
# Run on all push and pull requests
43
on:
54
push:
5+
branches:
6+
- dev
7+
- main
68
pull_request:
9+
types:
10+
- opened
11+
- reopened
12+
- synchronize
13+
workflow_dispatch:
714

815
jobs:
916

1017
static-analysis:
1118
name: Run cppcheck
12-
uses: nasa/cFS/.github/workflows/static-analysis.yml@main
19+
uses: nasa/cFS/.github/workflows/static-analysis-reusable.yml@dev

0 commit comments

Comments
 (0)