From 917c1f548e86860d6fc16f6d99e8d7b649b0284f Mon Sep 17 00:00:00 2001 From: Amrasil Date: Wed, 26 Mar 2025 23:35:34 +0100 Subject: [PATCH] change(feat/OPS-31): push condition for testing purposes --- .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 4aa473e..5bfd0ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI # Name of the workflow on: push: branches: - - '*' + - feat/OPS-31 pull_request: branches: - devel