From c21ef304de98f4ff84249db0f9631d4d103f3fe3 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 29 Aug 2023 10:02:17 +0200 Subject: [PATCH] Fix location of dev build --- .github/workflows/deploy_pietervdvn.yml | 1 - scripts/build.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy_pietervdvn.yml b/.github/workflows/deploy_pietervdvn.yml index 9552190dca..ec51d7ea70 100644 --- a/.github/workflows/deploy_pietervdvn.yml +++ b/.github/workflows/deploy_pietervdvn.yml @@ -2,7 +2,6 @@ name: Deployment on pietervdvn on: push: branches: - - develop - feature/* - theme/* - refactoring/* diff --git a/scripts/build.sh b/scripts/build.sh index 36fabab42b..5ed3bc38e5 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -32,7 +32,7 @@ then echo "Source maps are enabled" fi -if [ $BRANCH = "master" ] +if [ $BRANCH = "master" ] || [ $BRANCH = "develop" ] then ASSET_URL="./" export ASSET_URL