From e5833fdb555b24b6015fd6a046e803e3c0383f13 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Wed, 5 Jun 2024 12:18:22 +0100 Subject: [PATCH] [CI] Updates OTel tests --- .github/workflows/otel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/otel.yml b/.github/workflows/otel.yml index 05963720e7..04eeb62f60 100644 --- a/.github/workflows/otel.yml +++ b/.github/workflows/otel.yml @@ -2,10 +2,10 @@ name: opentelemetry on: push: branches: - - main + - 8.14 pull_request: branches: - - main + - 8.14 jobs: test-otel: name: 'Test Open Telemetry'