Skip to content

set comp tests to run on all changes except bff changes, including te… #585

set comp tests to run on all changes except bff changes, including te…

set comp tests to run on all changes except bff changes, including te… #585

name: 'Continuous Integration: Frontend'
on:
workflow_dispatch:
push:
branches: [main]
paths-ignore:
- backend/**
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- backend/**
jobs:
ci:
name: 'Continous Integration'
uses: './.github/workflows/template-build-and-test-frontend.yml'