From c8144d5a672e677d04dc720ca839c5b70d1bd035 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Sat, 10 Feb 2024 10:29:01 -0700 Subject: [PATCH] Apparently, it should be single quote for star matching. --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6726b44..fbaff7a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: tags: - - "*" + - '*' jobs: build: