Skip to content

move NFT solana models #42

move NFT solana models

move NFT solana models #42

Workflow file for this run

name: DBT NFT run
on:
workflow_dispatch:
pull_request:
paths:
- nft/**
- .github/workflows/nft.yml
- .github/workflows/dbt_run.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
dbt-run:
uses: ./.github/workflows/dbt_run.yml
with:
project: 'nft'