Skip to content

💄 Updated the privacy policy document, added a create organization page, and modified the homepage style #243

💄 Updated the privacy policy document, added a create organization page, and modified the homepage style

💄 Updated the privacy policy document, added a create organization page, and modified the homepage style #243

Workflow file for this run

name: test
on:
push:
branches:
- deployment/**
pull_request:
branches:
- '**'
jobs:
build:
uses: ./.github/workflows/build.yml
deployment:
needs:
- build
uses: ./.github/workflows/deployment.yml
secrets: inherit