From 20717743a50e4c954600a7b3af2205ab5b0f9a38 Mon Sep 17 00:00:00 2001 From: Ale Vilar Date: Fri, 13 Dec 2024 13:42:26 -0300 Subject: [PATCH] Update GitHub Actions workflow to trigger builds on version branches instead of tags --- .github/workflows/desktop.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop.build.yml b/.github/workflows/desktop.build.yml index cfac27b8b9..a6b1b669df 100644 --- a/.github/workflows/desktop.build.yml +++ b/.github/workflows/desktop.build.yml @@ -2,7 +2,7 @@ name: Build Desktop Ejecutables - on New Version on: push: - tags: + branches: - 'v*.*.*' jobs: