From 6dddce8f930c705d670f08056b28170d126af313 Mon Sep 17 00:00:00 2001 From: Li Xiang <54926635+Li-Xiang-Ideal@users.noreply.github.com> Date: Sat, 25 Nov 2023 23:21:38 +0800 Subject: [PATCH] Update isort-and-black-checks.yml --- .github/workflows/isort-and-black-checks.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/isort-and-black-checks.yml b/.github/workflows/isort-and-black-checks.yml index 64cf364b9..37cde2a21 100644 --- a/.github/workflows/isort-and-black-checks.yml +++ b/.github/workflows/isort-and-black-checks.yml @@ -4,11 +4,7 @@ # https://github.com/cclauss/autoblack name: isort and black check -on: - push: - branches: [ master ] - pull_request: - branches: '**' +on: [pull_request] jobs: build: runs-on: ubuntu-latest