Parcourir la source

Allow manual trigger for debugging

Deniz Cengiz il y a 2 mois
Parent
commit
a59d9bc814
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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