From 499c97386553c6758c3f5b899cff2f5713deac78 Mon Sep 17 00:00:00 2001 From: David Gomes Date: Thu, 5 Sep 2024 19:02:28 +0200 Subject: [PATCH] uncomment branch name --- .github/workflows/check-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index 174ac1a..3e9b8a6 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -2,8 +2,8 @@ name: Check Code Formatting on: pull_request: - # branches: - # - main + branches: + - main jobs: checks-format: