From f8a205dd413dff10ee5f58df87a9514a4c91c37a Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Mon, 13 Nov 2023 11:48:14 +0100 Subject: [PATCH] fix: add xnft to master CI --- .github/workflows/ci-master.yml | 4 ++++ 1 file changed, 4 insertions(+) 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