From 702f40d646628d29c57de4200f0fae6999694091 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 16 Jun 2024 20:15:43 +0200 Subject: [PATCH] Code Refactor `ruff check --fix --extend-select I` (#12) --- .github/workflows/format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 81e1018..dd6111f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -6,9 +6,9 @@ name: Ultralytics Actions on: push: - branches: [main,master] + branches: [main] pull_request: - branches: [main,master] + branches: [main] jobs: format: