From 0b95549d5a2637be917bac80cf2510caf20f40e6 Mon Sep 17 00:00:00 2001 From: siandreev Date: Tue, 21 Nov 2023 18:40:31 +0100 Subject: [PATCH] chore: ci updated --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34f98df2..20001d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Run tests on: push: - branches: [ "main" ] + branches: [ "main", "feature/optimisation" ] pull_request: - branches: [ "main" ] + branches: [ "main", "feature/optimisation" ] jobs: test: