We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 271797a + 6358bdc commit ca9a86cCopy full SHA for ca9a86c
1 file changed
.github/workflows/format-check.yml
@@ -3,9 +3,17 @@ name: Format Check
3
# Run on all push and pull requests
4
on:
5
push:
6
+ branches:
7
+ - dev
8
+ - main
9
pull_request:
10
+ types:
11
+ - opened
12
+ - reopened
13
+ - synchronize
14
+ workflow_dispatch:
15
16
jobs:
17
format-check:
18
name: Run format check
- uses: nasa/cFS/.github/workflows/format-check.yml@main
19
+ uses: nasa/cFS/.github/workflows/format-check.yml@dev
0 commit comments