Skip to content

Fix multiple primary attachments on a single item #20

Fix multiple primary attachments on a single item

Fix multiple primary attachments on a single item #20

Workflow file for this run

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