diff --git a/.github/workflows/publish-api.yaml b/.github/workflows/publish-api.yaml index 96af847..7d1e49b 100644 --- a/.github/workflows/publish-api.yaml +++ b/.github/workflows/publish-api.yaml @@ -4,7 +4,9 @@ name: Create and publish docker images for the API # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - branches: ['main'] + branches: + - main + - dev tags: - v* paths: diff --git a/.github/workflows/publish-ui.yaml b/.github/workflows/publish-ui.yaml index 8c8e997..72b96c1 100644 --- a/.github/workflows/publish-ui.yaml +++ b/.github/workflows/publish-ui.yaml @@ -4,7 +4,9 @@ name: Create and publish docker images for the UI # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - branches: ['main'] + branches: + - main + - dev tags: - v* paths: