ci: enable test-build on pushes to branches and periodic
authorChris Hofstaedtler <chris@hofstaedtler.name>
Sat, 23 Dec 2023 15:25:43 +0000 (16:25 +0100)
committerChris Hofstaedtler <chris@hofstaedtler.name>
Sat, 23 Dec 2023 15:26:05 +0000 (16:26 +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