From 25943d283ab228cd9dd6b483ab24bdca92d8558d Mon Sep 17 00:00:00 2001 From: Oleksandr Yakushev Date: Tue, 12 Nov 2024 22:04:29 +0200 Subject: [PATCH] Build images on develop branch too --- .github/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index b09f1ac..73a6c19 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -4,7 +4,7 @@ name: Push Docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - branches: ['master'] + branches: ['master', 'develop'] # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: