1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-21 22:34:21 +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: push:
branches: [ main ] branches: [ main ]
paths: paths:
- "/backend" - "backend/**"
jobs: jobs:
build: build:
name: "Build backend image" name: "Build backend image"

View file

@ -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"

View file

@ -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"

View file

@ -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"