diff --git a/.github/workflows/code-format.yaml b/.github/workflows/code-format.yaml index 695aaea..9f790cd 100644 --- a/.github/workflows/code-format.yaml +++ b/.github/workflows/code-format.yaml @@ -2,6 +2,8 @@ name: "Check code formatting" on: push: + branches: + - '**' pull_request: jobs: