Skip to content

Implement CICD workflow #20

Implement CICD workflow

Implement CICD workflow #20

Workflow file for this run

name: Continuous Deployment
jobs:
on:
pull_request:
branches: [main]
push:
branches: [main]