From 090612ac46883e1d2597412831553c83ac8cf491 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Sat, 23 Dec 2023 16:25:43 +0100 Subject: [PATCH] ci: enable test-build on pushes to branches and periodic --- .github/workflows/test-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index e5cc365..e22fec4 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -1,6 +1,10 @@ name: test-build on: pull_request: + push: + schedule: + - cron: '30 3 * * 2' + concurrency: group: "${{ github.ref }}" cancel-in-progress: true -- 2.1.4