From 3cab3981a05f35a3cd83f519fd342b6f25a9bcb9 Mon Sep 17 00:00:00 2001 From: Paula Derrenger <107626595+pderrenger@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:16:16 +0100 Subject: [PATCH 1/3] Update Ultralytics Actions --- .github/workflows/format.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 052452e7..91356ab3 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -6,9 +6,9 @@ name: Ultralytics Actions on: push: - branches: [main] - pull_request_target: - branches: [main] + branches: [main,master] + pull_request: + branches: [main,master] jobs: format: @@ -21,5 +21,5 @@ jobs: python: true docstrings: true markdown: true - spelling: false + spelling: true links: true From 9a1962dd012b04e68c5efc42a88541dbea57d436 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 8 Jan 2024 18:17:29 +0100 Subject: [PATCH 2/3] Update format.yml --- .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 91356ab3..65e8749a 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: From 8a72341810e29a61ae042b56c3defd7197616d50 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 8 Jan 2024 18:17:47 +0100 Subject: [PATCH 3/3] Update format.yml --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 65e8749a..13c5509e 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -21,5 +21,5 @@ jobs: python: true docstrings: true markdown: true - spelling: true + spelling: false links: true