From 2d72647400a4fde2d50d58ce35f820ccabc4916c Mon Sep 17 00:00:00 2001 From: Attilio Greco Date: Mon, 11 Oct 2021 17:37:54 +0200 Subject: [PATCH] create on release --- .github/workflows/build-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index e034dd1..ec29a7d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -5,6 +5,8 @@ on: # Publish `master` as Docker `latest` image. branches: - main + release: + types: [published, created, edited] # Run tests for any PRs. pull_request: