From 1f65e773aec4fdb5fd484dcbf103844826e514fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ba=C3=B1ados=20Schwerter?= Date: Fri, 18 Oct 2024 20:54:11 +0000 Subject: [PATCH] Removed formatting from dev branch --- .github/workflows/reformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reformat.yml b/.github/workflows/reformat.yml index 4e27f7c6b..4eac63619 100644 --- a/.github/workflows/reformat.yml +++ b/.github/workflows/reformat.yml @@ -3,7 +3,7 @@ name: Reformats source files on: push: - branches: [ main, dev ] + branches: [ main ] env: ACTIONS_PYTHON_VERSION: '3.10'