From d59cc33211118a2bcd399a1707121870599560c4 Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Tue, 10 Oct 2023 09:55:38 +0200 Subject: [PATCH] feat: add metadata-editor to CI --- .github/workflows/artifacts.yml | 3 ++- .github/workflows/cleanup.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index d3dd650b69..d2ed5219e3 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -7,6 +7,7 @@ on: push: branches: - main + - develop release: types: [published] issue_comment: @@ -20,7 +21,7 @@ concurrency: env: NODE_VERSION: 18.16.1 # a list of apps to build and publish on releases - APP_NAMES: datafeeder,datahub + APP_NAMES: datafeeder,datahub,metadata-editor jobs: checks: diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 0d9c50c9b3..c11079c823 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -3,7 +3,7 @@ run-name: 🧹 Cleanup operations for 🌱 ${{github.event.ref}} env: # a list of apps to build and publish on releases - APP_NAMES: datafeeder,datahub + APP_NAMES: datafeeder,datahub,metadata-editor on: delete: