oops
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 2s
Build and Deploy Frontend / build-and-deploy (push) Failing after 2s

This commit is contained in:
2026-02-28 14:58:51 -06:00
parent 508164cbce
commit 4898620214
2 changed files with 10 additions and 8 deletions

View File

@@ -1,10 +1,11 @@
name: Build and Deploy API
#on:
# push:
# branches:
# - main
on:
push:
branches:
- main
- feature/ci-cd
jobs:
build-and-deploy:

View File

@@ -1,10 +1,11 @@
name: Build and Deploy Frontend
#on:
# push:
# branches:
# - main
on:
push:
branches:
- main
- feature/ci-cd
jobs:
build-and-deploy: