From 1ad54e887ea56e0130607cd749e1bc6df0361d56 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 23 Oct 2024 11:41:46 +0200 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index bd6e4236d5..f0233e1930 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -10,7 +10,7 @@ env: name: Build windmill:main on: push: - branches: [main] + branches: [main, python-uv] tags: ["*"] pull_request: types: [opened, synchronize, reopened]