Skip to content

feat: add ci/cd config #1

feat: add ci/cd config

feat: add ci/cd config #1

Workflow file for this run

name: 🔨🧪 Build & Test
permissions: write-all
on:
pull_request:
branches:
- "main"
tags:
- "v*.*.*"
jobs:
deploy:
name: 🔨 Deploy
uses: ./.github/workflows/deploy.yml