Merge app and frontend #3

Merged
IgorVolochay merged 32 commits from app into frontend 2026-09-01 09:00:36 +00:00
Showing only changes of commit 0c55cae3ef - Show all commits
+1 -1
View File
@@ -100,7 +100,7 @@ jobs:
docker-build:
runs-on: ubuntu-latest
needs: [mypy, pytest]
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
steps:
- name: Checkout
uses: actions/checkout@v4