feature/ci-cd #1

Merged
homeburger merged 53 commits from feature/ci-cd into main 2026-02-28 23:04:37 -06:00
2 changed files with 10 additions and 8 deletions
Showing only changes of commit 4898620214 - Show all commits

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: