mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-25 16:47:37 +02:00
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:
parent
a777d53008
commit
43b5af6271
@ -1,3 +1,4 @@
|
|||||||
|
# Keep this in line with .github/workflows/docker-release.yml
|
||||||
**
|
**
|
||||||
!src/glyphs
|
!src/glyphs
|
||||||
!font-patcher
|
!font-patcher
|
||||||
|
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
@ -5,7 +5,9 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
|
# Keep this in line with .dockerignore
|
||||||
- bin/scripts/docker-entrypoint.sh
|
- bin/scripts/docker-entrypoint.sh
|
||||||
|
- bin/scripts/name_parser/Fontname*.py
|
||||||
- src/glyphs/**
|
- src/glyphs/**
|
||||||
- .dockerignore
|
- .dockerignore
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user