Skip to content

feat: working docker compose sucessfull deployment on local #21

feat: working docker compose sucessfull deployment on local

feat: working docker compose sucessfull deployment on local #21

name: Backend CI/CD
on:
push:
paths:
- 'backend/**'
pull_request:
paths:
- 'backend/**'
jobs:
run-workflow:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Simple Command
run: echo "Backend folder updated. Running workflow..."