From f481ce54879152f3e50f81e4d960ab1e0a5d43e1 Mon Sep 17 00:00:00 2001 From: Scribble Date: Tue, 29 Jul 2025 22:38:15 +0200 Subject: [PATCH] Fix pushing tags and other branches triggering the upload workflow --- .github/workflows/buildandupload.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildandupload.yml b/.github/workflows/buildandupload.yml index 985daae7..8e262537 100644 --- a/.github/workflows/buildandupload.yml +++ b/.github/workflows/buildandupload.yml @@ -3,7 +3,12 @@ name: Build and Upload to Discord -on: [push] +on: + push: + branches: + - develop + tags-ignore: + - '**' jobs: build: