diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 9065a28a..243ad404 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -2,13 +2,18 @@ name: Format Check # Run on all push and pull requests on: + push: + branches: + - dev + - main pull_request: types: - opened - reopened - synchronize + workflow_dispatch: jobs: format-check: name: Run format check - uses: nasa/cFS/.github/workflows/format-check.yml@main \ No newline at end of file + uses: nasa/cFS/.github/workflows/format-check.yml@dev \ No newline at end of file