From b6b6c0eda45a3c85b8af6b01d4120ab7dd9ad549 Mon Sep 17 00:00:00 2001 From: xyny <60004820+xynydev@users.noreply.github.com> Date: Sun, 22 Oct 2023 09:35:12 +0000 Subject: [PATCH] feat: rebuild on push Many times some fix is made and I have to tell people on discord "this didn't work yet because bling only builds at set times or manually". No more! --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 937a67c..65933de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,10 @@ name: build-stable on: + push: + branches: + - main + paths-ignore: # don't rebuild if only documentation has changed + - "**.md" pull_request: branches: ['main'] merge_group: