Sfoglia il codice sorgente

Update release.yml

Zachary Rice 3 anni fa
parent
commit
3ca542796b
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      .github/workflows/release.yml

+ 1 - 2
.github/workflows/release.yml

@@ -1,9 +1,8 @@
 name: Create and publish a Docker image
 name: Create and publish a Docker image
 
 
 on:
 on:
-  push:
   release:
   release:
-    types: [published]
+    types: [published, prereleased]
 
 
 env:
 env:
   REGISTRY: ghcr.io
   REGISTRY: ghcr.io