소스 검색

Update release.yml

Zachary Rice 3 년 전
부모
커밋
3ca542796b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .github/workflows/release.yml

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

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