Skip to content

update logo and readme #175

update logo and readme

update logo and readme #175

Workflow file for this run

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