From e5b513297befb6be84033a40e4a7bf7b7a14b6a8 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 2 Nov 2021 23:27:06 +0100 Subject: [PATCH] Add mick cloud builds --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f74a22e..56e419e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - node: [feedc0de, comred, peter] + node: [feedc0de, comred, peter, mick] steps: - name: Checkout (without submodules) uses: actions/checkout@v2