From 56ac756426a119ab2689b4dbbbc15c5aec636485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Wed, 6 Dec 2023 19:35:32 +0100 Subject: [PATCH] WIP --- .github/workflows/build-docker-images.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index a69732b..fbce6b4 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -5,6 +5,8 @@ on: # This creates the nightly version of Rugpi Bakery. - cron: '0 0 * * *' push: + branches: + - '*' tags: - 'v*' workflow_dispatch: