From 65b9289c4de047a85e6495f2211e26f2e6d04fff Mon Sep 17 00:00:00 2001 From: Michael Herger Date: Mon, 1 Aug 2022 11:14:14 +0200 Subject: [PATCH] Fix #1031 - Remove `new-api` branch from test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index caa2722a..45ceba00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: test on: push: - branches: [dev, master, new-api] + branches: [dev, master] paths: [ "**.rs",