diff --git a/.github/workflows/release_backend.yml b/.github/workflows/release_backend.yml index 730649b..7e4b3a9 100644 --- a/.github/workflows/release_backend.yml +++ b/.github/workflows/release_backend.yml @@ -1,5 +1,5 @@ # Release backend from the latest successful build action into a certain release -name: Release backend api and borehole db +name: Release API Backend on: push: diff --git a/.github/workflows/release_models.yml b/.github/workflows/release_models.yml index d0a7fcf..bea4dbf 100644 --- a/.github/workflows/release_models.yml +++ b/.github/workflows/release_models.yml @@ -1,5 +1,5 @@ # Release web assets from the latest successful build action into a certain release -name: Release web assets +name: Release Models Backend on: workflow_dispatch: