From 7d8a0c43d99fe37222bd58a0643d2828f5435506 Mon Sep 17 00:00:00 2001 From: Jens <1742418+1cu@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:28:19 +0100 Subject: [PATCH] fix: restore build push triggers (#759) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c45cb1b..f6eee8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,7 @@ on: # https://docs.github.com/en/actions/reference/workflows-and-actions/events # https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#schedule - cron: '0 15 1 * *' push: + branches: ['**'] # build all branches tags-ignore: ['**'] # don't build tags paths-ignore: - '**/*.md'