From dbdb33f078b28b1d5d5d0fe76eda2d43c254b5f4 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Tue, 9 Apr 2024 03:05:52 +0100 Subject: [PATCH] Build GH artifacts for other branches too --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 864830797..054ec57a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,8 @@ name: "Build" on: push: branches: - - dev + - "**" + - "!release" tags: - "*" pull_request: