From df332b66bc668b219abe3bc2dd4b84c59bcedf4c Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Tue, 21 May 2024 03:24:37 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(git):=20Build=20warp-input?= =?UTF-8?q?=20on=20push=20to=20main=20(#57)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** There is a bug whereby `netris/warp-input` does not build and deploy a new nightly docker image when a pr is merged. This happens when there are changes in `bin/input/**` directory, and this is not the expected behaviour. So i added the directory back into the `warp-input.yml` workflow file. --- .github/workflows/warp-input.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/warp-input.yml b/.github/workflows/warp-input.yml index 77597572..f2910e14 100644 --- a/.github/workflows/warp-input.yml +++ b/.github/workflows/warp-input.yml @@ -16,6 +16,7 @@ on: paths: - "warp-input.Dockerfile" - ".github/workflows/warp-input.yml" + - "bin/input/**" tags: - v*.*.* release: