From 168f607f417cc3069cadf370b70c2293efba38c2 Mon Sep 17 00:00:00 2001 From: Vasyl Date: Fri, 3 May 2024 15:10:20 +0300 Subject: [PATCH] test --- .github/workflows/CICD.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 83a4f92..20750b6 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1,8 +1,6 @@ -name: CI/CD +name: Jest Tests -on: - push: - branches: [feature, master, release, main] +on: "push" jobs: Tests: