From 13629564feb1f81309e1e0f9a9e4580ad01f3261 Mon Sep 17 00:00:00 2001 From: HarrisonWilde Date: Wed, 18 Oct 2023 16:52:27 +0100 Subject: [PATCH] rename workflow task --- .github/workflows/black_and_ruff.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black_and_ruff.yaml b/.github/workflows/black_and_ruff.yaml index 1b8c77b5..a5ed4c6d 100644 --- a/.github/workflows/black_and_ruff.yaml +++ b/.github/workflows/black_and_ruff.yaml @@ -1,4 +1,4 @@ -name: Run `black` and `ruff` to ensure correct formatting and that there are no linting errors in the code +name: Run `black` and `ruff` on: [push, pull_request]