From 6f6d8aff19f403504436cd450d824722bc51ea6d Mon Sep 17 00:00:00 2001 From: Jakub Kujawa Date: Sat, 30 Sep 2023 00:10:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore(build):=20Fix=20image=20cr?= =?UTF-8?q?eation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of creating an OS image for changes in the `live` branch, the OS image was created when changes also occurred in other branches (such as `template`) --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b3583a2f7..920d06c507 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,15 +4,14 @@ # Only the branch called `live` is published. name: build-ublue -on: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows +on: schedule: - cron: "20 22 * * *" push: branches: - live - - template - - main - paths-ignore: # don't rebuild if only documentation has changed + paths-ignore: + # don't rebuild if only documentation has changed - "**.md" pull_request: workflow_dispatch: