Sfoglia il codice sorgente

fix workflow trigger for dispatch

AlteredCoder 5 anni fa
parent
commit
773d0f4d84
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      .github/workflows/dispatch.yaml

+ 3 - 3
.github/workflows/dispatch.yaml

@@ -1,8 +1,8 @@
 name: Dispatch when pre-release
 
-on:
-  create:
-    tags:
+on: 
+  release:
+    types: prereleased
 
 jobs:
   dispatch: