Browse Source

Exclude pre-releases

Exclude pre-releases since no version tagging is applied atm.
salevdns 3 years ago
parent
commit
41cbb036a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-docker.yml

+ 1 - 1
.github/workflows/build-docker.yml

@@ -4,7 +4,7 @@ on:
   workflow_dispatch:
   workflow_call:
   release:
-    types: [published]
+    types: [released]
 
 env:
   CLOJURE_VERSION: '1.10.1.727'