Files
homebox/.github/workflows/pull-requests.yaml
2024-06-22 16:34:56 -04:00

19 lines
345 B
YAML

name: Pull Request CI
on:
pull_request:
branches:
- main
paths:
- 'backend/**'
- 'frontend/**'
jobs:
backend-tests:
name: "Backend Server Tests"
uses: ./.github/workflows/partial-backend.yaml
frontend-tests:
name: "Frontend and End-to-End Tests"
uses: ./.github/workflows/partial-frontend.yaml