nit in .github/workflows/build-fonts.yml
This commit is contained in:
parent
d6f87b06c2
commit
545613b26e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-fonts.yml
vendored
4
.github/workflows/build-fonts.yml
vendored
|
|
@ -14,7 +14,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- "src/**"
|
- "src/**"
|
||||||
- Makefile
|
- Makefile
|
||||||
- requirements.txt
|
- Pipfile
|
||||||
- version.txt
|
- version.txt
|
||||||
- misc/makezip2.sh
|
- misc/makezip2.sh
|
||||||
- "misc/tools/**"
|
- "misc/tools/**"
|
||||||
|
|
@ -25,7 +25,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- "src/**"
|
- "src/**"
|
||||||
- Makefile
|
- Makefile
|
||||||
- requirements.txt
|
- Pipfile
|
||||||
- version.txt
|
- version.txt
|
||||||
- misc/makezip2.sh
|
- misc/makezip2.sh
|
||||||
- "misc/tools/**"
|
- "misc/tools/**"
|
||||||
|
|
|
||||||
Reference in a new issue