From: Chris Hofstaedtler Date: Sat, 23 Dec 2023 15:25:43 +0000 (+0100) Subject: ci: enable test-build on pushes to branches and periodic X-Git-Tag: v0.106~1^2 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=090612ac46883e1d2597412831553c83ac8cf491;p=grml-debootstrap.git ci: enable test-build on pushes to branches and periodic --- 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