From 88730dca2a40383caf77adc0af93d392f7371d54 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 16 Apr 2025 06:51:17 +0200 Subject: [PATCH] Update github action to build `t` test (Alpha, Beta, RC) and `c` community tags --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3687c5042..7af0befec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,8 @@ on: branches: [ MK3, MK3_* ] tags: - 'v*' + - 't*' + - 'c*' env: GH_ANNOTATIONS: 1