From 46e5797d85cc11827985d6780fbd166437c7fc26 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Sat, 31 May 2025 18:13:16 +0200 Subject: [PATCH] tag --- .gitea/workflows/deploy-alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-alpha.yml b/.gitea/workflows/deploy-alpha.yml index 0ce154e..d8c8aab 100644 --- a/.gitea/workflows/deploy-alpha.yml +++ b/.gitea/workflows/deploy-alpha.yml @@ -2,7 +2,7 @@ name: Build and Deploy to k3s on: push: tags: - - 'PRE-ALPHA*' + - 'PRE_ALPHA*' jobs: build-and-deploy: