diff --git a/.github/workflows/frontend-gh-pages-build.yaml b/.github/workflows/frontend-gh-pages-build.yaml index d8e7500..1155062 100644 --- a/.github/workflows/frontend-gh-pages-build.yaml +++ b/.github/workflows/frontend-gh-pages-build.yaml @@ -4,7 +4,7 @@ name: Deploy frontend to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main", "IDS-957-display-information-retrieved-from-backend"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/web/src/App.vue b/web/src/App.vue index c0a03ce..8cf081e 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,7 +1,10 @@