--- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -31,6 +31,10 @@ 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