From b405185d9e42cd89e73e142c9aabfdbae757dba5 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:54:22 +0100 Subject: [PATCH] ignore branches --- .github/workflows/webapp-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/webapp-build.yml b/.github/workflows/webapp-build.yml index c4947cecd..42421ab01 100644 --- a/.github/workflows/webapp-build.yml +++ b/.github/workflows/webapp-build.yml @@ -6,6 +6,8 @@ on: # Only run on tags with the format v3.x.x or v3.x.x-someextra - 'v3.[0-9]+.[0-9]+' - 'v3.[0-9]+.[0-9]+-*' + branches-ignore: + - '!future3/test*' env: WEBAPP_PACKAGE_NAME: webapp-${{ github.ref_name }}.tar.gz