Fix duplicate CI jobs (#523)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 13 Mar 2023 21:31:39 +0000 (22:31 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 21:31:39 +0000 (22:31 +0100)
fix CI

.github/workflows/docker-build.yml
.github/workflows/publish-to-pypi.yml

index e90afe35b2b321ca2310501dc95e51f3f9221574..8e6d25e120511ad9a105a0b4d222aca725a2174b 100644 (file)
@@ -2,7 +2,7 @@ name: Build multiarch Docker image
 
 on:
   release:
-    types: [published, prereleased]
+    types: [published]
   workflow_dispatch:
     inputs:
       logLevel:
index 90974a57dca18ef13a0f7b289c380a354e5092bd..8df774445f42c0f9f731a139c0c9296ffbc9c8e0 100644 (file)
@@ -2,7 +2,7 @@ name: Publish releases to PyPI
 
 on:
   release:
-    types: [published, prereleased]
+    types: [published]
 
 jobs:
   build-and-publish: