upd
Some checks failed
Deploy Backend / deploy (push) Failing after 0s
Deploy Frontend / deploy (push) Failing after 0s

This commit is contained in:
Oscar
2026-06-04 15:17:10 +03:00
parent f1166dea49
commit 46f2589168
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: Deploy Backend
on: on:
push: push:
branches: branches:
- master - main
paths: paths:
- '.gitea/workflows/deploy-backend.yml' - '.gitea/workflows/deploy-backend.yml'
- 'backend/**' - 'backend/**'

View File

@@ -3,7 +3,7 @@ name: Deploy Frontend
on: on:
push: push:
branches: branches:
- master - main
paths: paths:
- '.gitea/workflows/deploy-frontend.yml' - '.gitea/workflows/deploy-frontend.yml'
- 'frontend/**' - 'frontend/**'