From 0e10a2df3cb0a615d1fdb6ab06ebddd3c95fa442 Mon Sep 17 00:00:00 2001 From: chantra Date: Fri, 13 Sep 2024 16:02:06 -0700 Subject: [PATCH] workflow: Also run the workflow against bpf-net_base and for-next_base We have added those 2 branches to be tracked. For CI to run when those get updated, we need to add them to the list of branches to track. Signed-off-by: Manu Bretelle --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c81e02b..73e29058 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,8 @@ on: branches: - bpf_base - bpf-next_base + - bpf-net_base + - for-next_base concurrency: group: ci-test-${{ github.ref_name }}