Explorar o código

Allow manual trigger for debugging

Deniz Cengiz hai 2 meses
pai
achega
a59d9bc814
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/unit_tests.yml

+ 2 - 0
.github/workflows/unit_tests.yml

@@ -1,6 +1,8 @@
 name: zzz [DO NOT RUN] Automated unit tests
 
 on:
+  workflow_dispatch: # Allow manual trigger for debugging
+  
   pull_request:
     branches:
       - dev