Skip to content

Commit

Permalink
add NFT ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin committed Jun 5, 2024
1 parent 2272048 commit 76c9aa2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/nft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: DBT Tokens 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'

0 comments on commit 76c9aa2

Please sign in to comment.