diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index d3dd650b69..6165fc00e6 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: 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: