ci: only build docker on changes in certain paths
This commit is contained in:
parent
f336eec494
commit
fe371cfa77
3
.github/workflows/docker-develop.yml
vendored
3
.github/workflows/docker-develop.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- packages
|
||||
- locales
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user