diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 106c1a0940..1434295f45 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -31,6 +31,10 @@ jobs: xcm: uses: ./.github/workflows/xcm.yml secrets: inherit # pass all secrets from initial workflow to nested + + xnft: + uses: ./.github/workflows/xnft.yml + secrets: inherit # pass all secrets from initial workflow to nested collator-selection: uses: ./.github/workflows/collator-selection.yml