Skip to content

updates

updates #1

Workflow file for this run

# .github/workflows/backend.yml
name: Backend CI/CD
on:
push:
branches: [main]
paths:
- 'backend/**'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: railway/cli-action@v1