From 72fe7bb7aa6db942dccafacfcbd43b0bf659edf0 Mon Sep 17 00:00:00 2001 From: Bruno Ciconelle Date: Fri, 18 Mar 2022 16:17:32 -0300 Subject: [PATCH] fixup! Build images on every PR --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f115df412..1eb157a01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,8 @@ name: Build Container Image on: push: branches: [ master ] + tags: + - "*" pull_request: branches: [ master ]