From 51cc00bcffe2baa89f110c7952ba6686d2793a72 Mon Sep 17 00:00:00 2001
From: Ahmad Farhat <ahmad.af.farhat@gmail.com>
Date: Sun, 14 Feb 2021 14:01:12 -0500
Subject: [PATCH] Only build image on release (#2530)

---
 .github/workflows/build.release.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.release.yml b/.github/workflows/build.release.yml
index f77fa761..3f8fa9c9 100644
--- a/.github/workflows/build.release.yml
+++ b/.github/workflows/build.release.yml
@@ -5,6 +5,7 @@ env:
 name: Build Release
 on:
   release:
+    types: [released]
 
 jobs:
   main:
-- 
GitLab