Skip to content

chore(deps): bump the angular group across 1 directory with 14 updates #97

chore(deps): bump the angular group across 1 directory with 14 updates

chore(deps): bump the angular group across 1 directory with 14 updates #97

Workflow file for this run

name: Build PR
on:
pull_request:
branches:
- master
jobs:
frontend:
uses: ./.github/workflows/frontend.yml
backend:
uses: ./.github/workflows/backend.yml
dockerize_dev:
uses: ./.github/workflows/dockerize.yml
with:
tag: pr
push: false
secrets: inherit
needs:
- frontend
- backend