Merge remote-tracking branch 'origin/pr/265'
authorMichael Prokop <mika@grml.org>
Sat, 23 Dec 2023 15:54:59 +0000 (16:54 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 23 Dec 2023 15:54:59 +0000 (16:54 +0100)
.github/workflows/test-build.yml

index e5cc365..e22fec4 100644 (file)
@@ -1,6 +1,10 @@
 name: test-build
 on:
   pull_request:
+  push:
+  schedule:
+    - cron: '30 3 * * 2'
+
 concurrency:
   group: "${{ github.ref }}"
   cancel-in-progress: true