Skip to content

Commit 47f0ca7

Browse files
committed
run tests on main-next as well as main
1 parent e3f69cb commit 47f0ca7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/unit-test-ebpf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CI-EBPF"
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, main-next]
66
paths:
77
- support/ebpf/**
88
pull_request:

.github/workflows/unit-test-on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, main-next]
66
pull_request:
77
branches: ["**"]
88

.github/workflows/unit-test-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CI-Rust"
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, main-next]
66
paths:
77
- rust-crates/**
88
- Cargo.toml

0 commit comments

Comments
 (0)