feature/ci-cd #1
@@ -1,10 +1,11 @@
|
||||
|
||||
name: Build and Deploy API
|
||||
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- feature/ci-cd
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
|
||||
name: Build and Deploy Frontend
|
||||
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- feature/ci-cd
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
||||
Reference in New Issue
Block a user