Merge remote-tracking branch 'remotes/origin/pr/277'
[grml-debootstrap.git] / .github / workflows / test-build.yml
index e5cc365..5250724 100644 (file)
@@ -1,6 +1,11 @@
 name: test-build
 on:
+  workflow_dispatch:
   pull_request:
+  push:
+  schedule:
+    - cron: '30 3 * * 2'
+
 concurrency:
   group: "${{ github.ref }}"
   cancel-in-progress: true