Merge remote-tracking branch 'remotes/origin/pr/277' master
authorMichael Prokop <mika@grml.org>
Fri, 7 Jun 2024 14:12:58 +0000 (16:12 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 7 Jun 2024 14:12:58 +0000 (16:12 +0200)
.github/workflows/pr-review.yml
.github/workflows/test-build.yml

index 686de9d..351b922 100644 (file)
@@ -3,6 +3,7 @@
 
 name: pr-review
 on:
+  workflow_dispatch:
   pull_request:
 jobs:
 
index e22fec4..5250724 100644 (file)
@@ -1,5 +1,6 @@
 name: test-build
 on:
+  workflow_dispatch:
   pull_request:
   push:
   schedule: