Skip to content

Commit 87b0824

Browse files
chantratheihor
authored andcommitted
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 <[email protected]>
1 parent cbd754c commit 87b0824

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- bpf_base
88
- bpf-next_base
9+
- bpf-net_base
10+
- for-next_base
911

1012
concurrency:
1113
group: ci-test-${{ github.ref_name }}

0 commit comments

Comments
 (0)