CI: Fix docker release trigger

[why]
The docker image should be rebuilt whenever a file that will end up in
the container has been changed. So this needs to be in line with the
.dockerignore file.

[how]
Add missing (new) `font-patcher` sub-scripts.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2022-08-26 10:52:36 +02:00
parent a777d53008
commit 43b5af6271
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# Keep this in line with .github/workflows/docker-release.yml
**
!src/glyphs
!font-patcher

View file

@ -5,7 +5,9 @@ on:
branches:
- master
paths:
# Keep this in line with .dockerignore
- bin/scripts/docker-entrypoint.sh
- bin/scripts/name_parser/Fontname*.py
- src/glyphs/**
- .dockerignore
- Dockerfile