Skip to content

Doc/remove doc and update readme #1

Doc/remove doc and update readme

Doc/remove doc and update readme #1

Workflow file for this run

name: Web Server Pull Request
on:
pull_request:
branches:
- main
paths:
- "clientBackend/**"
types:
- opened
- edited
- synchronize
jobs:
web-server:
name: Version or publish packages
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3