Skip to content

Commit

Permalink
model and web app split
Browse files Browse the repository at this point in the history
  • Loading branch information
Karakean committed Mar 31, 2024
1 parent 975d677 commit 33b61f3
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
filters: |
backend-changes:
- 'app/backend/**'
- 'backend/**'
frontend-changes:
- 'app/frontend/**'
- 'frontend/**'
build-backend:
needs: check-changes
Expand All @@ -34,7 +34,7 @@ jobs:
environment: development
defaults:
run:
working-directory: ./app/backend
working-directory: ./backend
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
environment: development
defaults:
run:
working-directory: ./app/frontend
working-directory: ./frontend
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions model/main.py

This file was deleted.

0 comments on commit 33b61f3

Please sign in to comment.