From e152b6ba9fa51cc89d1fec6eb3d0a21702d04d29 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Thu, 14 Nov 2024 20:19:25 +0100 Subject: [PATCH] chore: run prettier --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65601a3..b3b0200 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - main - master tags: - - 'v*.*.*' + - "v*.*.*" pull_request: branches: - main