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 b1ff6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .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 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 b1ff6b1

Please sign in to comment.