Skip to content

design: improved size of invite to refer #10

design: improved size of invite to refer

design: improved size of invite to refer #10

Workflow file for this run

name: Release CI/CD
# https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
on:
push:
branches:
- main
jobs:
# Continuous-Integration:
# uses: ./.github/workflows/ci.yml
# secrets: inherit
Deploy-App:
uses: ./.github/workflows/cd.yml
secrets: inherit
with:
environment: "main"