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