Skip to content

Commit ca9a86c

Browse files
authored
Merge pull request #256 from arielswalker/part-cfs/workflows#177-update-existing-workflows-internal-logic
Part cFS/workflows#177, Update Existing Workflows with Internal Logic
2 parents 271797a + 6358bdc commit ca9a86c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/format-check.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ name: Format Check
33
# Run on all push and pull requests
44
on:
55
push:
6+
branches:
7+
- dev
8+
- main
69
pull_request:
10+
types:
11+
- opened
12+
- reopened
13+
- synchronize
14+
workflow_dispatch:
715

816
jobs:
917
format-check:
1018
name: Run format check
11-
uses: nasa/cFS/.github/workflows/format-check.yml@main
19+
uses: nasa/cFS/.github/workflows/format-check.yml@dev

0 commit comments

Comments
 (0)