From b61165c1f585e3bded015453fd0bf48a62ae7b6a Mon Sep 17 00:00:00 2001 From: alemi Date: Tue, 24 Sep 2024 01:59:30 +0200 Subject: [PATCH] ci: run tests on any branch --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 578305d..9163d21 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,6 @@ name: test on: push: - branches: - - dev env: CARGO_TERM_COLOR: always