1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 07:07:26 +00:00

🐛 Fix github actions build paths

This commit is contained in:
Steffo 2021-10-23 00:54:44 +02:00
parent da19f099e6
commit b571109982
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ on:
push:
branches: [ main ]
paths:
- "/backend"
- "backend/**"
jobs:
build:
name: "Build backend image"

View file

@ -3,7 +3,7 @@ on:
push:
branches: [ main ]
paths:
- "/frontend"
- "frontend/**"
jobs:
build:
name: "Build frontend image"

View file

@ -3,7 +3,7 @@ on:
push:
branches: [ main ]
paths:
- "/jupyter"
- "jupyter/**"
jobs:
build:
name: "Build jupyter image"

View file

@ -3,7 +3,7 @@ on:
push:
branches: [ main ]
paths:
- "/proxy"
- "proxy/**"
jobs:
build:
name: "Build proxy image"