From e20554e0820697a7e43aecbac5cf2d070077683e Mon Sep 17 00:00:00 2001 From: Giacomo Licari Date: Mon, 4 Mar 2024 15:02:05 +0100 Subject: [PATCH] Enable CI on dev branch --- .github/workflows/publish-api.yaml | 4 +++- .github/workflows/publish-ui.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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: