From e9a3aa6aa58db89ea3bd4daab916bc4cc08b97b3 Mon Sep 17 00:00:00 2001 From: Martin Kyjac Date: Fri, 18 Oct 2024 12:43:12 +0200 Subject: [PATCH] Enable pipeline to run in branch feat/automatic_E2E_testing --- .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 0d8aa82..c187fee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: "CI: Build and Test" on: push: - branches: [main] + branches: [main, feat/automatic_E2E_testing] paths: - "**.cs" - "**.tsx"