From 32faa37575156091edea243d11e93c29ddedbd7c Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 10 Jul 2023 14:05:37 +0200 Subject: [PATCH] fix syntax --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 64900af..897a0d5 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,7 +6,7 @@ on: push: #branches: none #[ main ] tags-ignore: - - * + - '*' pull_request: #branches: none # [ main ] # Allows you to run this workflow manually from the Actions tab