Skip to content

ci: refactor workflows to match backend structure #1

ci: refactor workflows to match backend structure

ci: refactor workflows to match backend structure #1

name: CI/CD Pull Request
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
jobs:
build-and-test:
uses: ./.github/workflows/workflow-build-and-test.yml
with:
environment: test
playwright-test:
uses: ./.github/workflows/workflow-playwright-test.yml