From 8f5573c38e0c7bc6e7f7f50397e728ae617f8461 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Thu, 20 Mar 2025 07:59:26 -0500 Subject: [PATCH] regressed back to having to manually run this...fixed... --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1b3fa4..9cc6b03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,8 @@ name: Build AppImage, Windows EXE and Publish Release on: push: + branches: + - main tags: - 'v*.*.*' workflow_dispatch: