From d1a3bb9db55d04258b9c99ff840f1a84743c073c Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Fri, 7 Jun 2024 15:16:31 +0200 Subject: [PATCH] build testing branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 263ed5a..58d4577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Rust on: push: - branches: [ master ] + branches: [ master, testing ] env: CARGO_TERM_COLOR: always