From 4fc5072e319f916e380a7a28446a65de7fd0b80c Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 30 Nov 2020 12:52:45 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4597f9a..d587e3e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - name: Clone repo run: | - git clone -b development https://github.com/aceisace/Inky-Calendar Inkycal + git clone -b release/2.0.0 https://github.com/aceisace/Inky-Calendar Inkycal - name: Install dependencies and run run: |