Skip to content

Commit

Permalink
feat: add metadata-editor to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Oct 10, 2023
1 parent c18e148 commit d59cc33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- develop
release:
types: [published]
issue_comment:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d59cc33

Please sign in to comment.