mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🐛 Fix github actions build paths
This commit is contained in:
parent
da19f099e6
commit
b571109982
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build-docker-backend.yml
vendored
2
.github/workflows/build-docker-backend.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
- "/backend"
|
- "backend/**"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: "Build backend image"
|
name: "Build backend image"
|
||||||
|
|
2
.github/workflows/build-docker-frontend.yml
vendored
2
.github/workflows/build-docker-frontend.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
- "/frontend"
|
- "frontend/**"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: "Build frontend image"
|
name: "Build frontend image"
|
||||||
|
|
2
.github/workflows/build-docker-jupyter.yml
vendored
2
.github/workflows/build-docker-jupyter.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
- "/jupyter"
|
- "jupyter/**"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: "Build jupyter image"
|
name: "Build jupyter image"
|
||||||
|
|
2
.github/workflows/build-docker-proxy.yml
vendored
2
.github/workflows/build-docker-proxy.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
- "/proxy"
|
- "proxy/**"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: "Build proxy image"
|
name: "Build proxy image"
|
||||||
|
|
Loading…
Reference in a new issue