Skip to content

fixed nft optin add charity image #7

fixed nft optin add charity image

fixed nft optin add charity image #7

Workflow file for this run

name: Release
on:
push:
branches:
- main
paths-ignore:
- "docs/**"
- "**.md"
- ".vscode/**"
- ".idea/**"
permissions:
contents: read
packages: read
jobs:
backend-release:
name: Backend Release
secrets: inherit
uses: ./.github/workflows/smart-contracts-cd.yaml
frontend-release:
name: Frontend Release
secrets: inherit
uses: ./.github/workflows/frontend-cd.yaml
needs: backend-release