Skip to content

Commit

Permalink
🐛 fix(git): Build warp-input on push to main (#57)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
wanjohiryan authored May 21, 2024
1 parent 8304ca0 commit df332b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/warp-input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
paths:
- "warp-input.Dockerfile"
- ".github/workflows/warp-input.yml"
- "bin/input/**"
tags:
- v*.*.*
release:
Expand Down

0 comments on commit df332b6

Please sign in to comment.