Skip to content

Update build workflows to use image caching, multi-arch, auto-tag #43

Update build workflows to use image caching, multi-arch, auto-tag

Update build workflows to use image caching, multi-arch, auto-tag #43

name: PR Tests Frontend
on:
pull_request:
branches:
- main
- staging
- development
# Workflow is triggered only if src/frontend changes
paths:
- src/frontend/**
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
frontend-tests:
uses: ./.github/workflows/r-frontend_tests.yml