ci: enable test-build on pushes to branches and periodic
[grml-debootstrap.git] / .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