From 458c4ca9bc2afe739aa1cb684b51b3b547c53646 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Sat, 19 Jun 2021 00:17:19 +0200 Subject: [PATCH] Strengthen even more --- .github/workflows/ci.cue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.cue b/.github/workflows/ci.cue index 607970d..2683775 100644 --- a/.github/workflows/ci.cue +++ b/.github/workflows/ci.cue @@ -9,8 +9,8 @@ _versions: { } #Name: string -#Branches: branches: [string, ...] -#Tags: tags: [string, ...] +#Branches: branches: [...string] +#Tags: tags: [...string] #On: { push?: #Branches