From 86148c0cd013a179ccb4ba2efc5c416fd41a621e Mon Sep 17 00:00:00 2001 From: Pablo Collins Date: Mon, 28 Oct 2024 16:48:03 -0400 Subject: [PATCH] Add configurator and oteltest job Also tell github to run workflow on v2 branch. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fff427c..ff145fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: test on: push: - branches: [main, master] + branches: [main, v2] pull_request: - branches: [main, master] + branches: [main, v2] concurrency: group: test-${{ github.head_ref }}