From df648d623bcc743fffe23ec1d09ab6ef708aa12d Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Sun, 16 Jun 2024 02:01:15 +0100 Subject: [PATCH] ci: fix formatting --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 93088aef7..713a0b168 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,12 +5,12 @@ on: branches: - master paths: - - '**' + - "**" pull_request: branches: - master paths: - - '**' + - "**" concurrency: # Skip intermediate builds: always. # Cancel intermediate builds: only if it is a pull request build.