From 47baf6cfe52067dfd59e215cdcc6910c2028733c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 19 Dec 2022 14:01:03 +0100 Subject: [PATCH] build images whenever we merge main --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f565e7b..95fc4bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,8 +2,9 @@ name: "Build" on: repository_dispatch: workflow_dispatch: - schedule: - - cron: '51 2 * * 0' + push: + branches: + - main jobs: images: strategy: