Skip to content

Commit 267034f

Browse files
committed
ci: run integration tests against next branches
Signed-off-by: Robert Pack <robstar.pack@gmail.com>
1 parent 9ec167e commit 267034f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main, "rust-v*"]
66
pull_request:
7-
branches: [main, "rust-v*"]
7+
branches: [main, "rust-v*", next, next/*]
88
merge_group:
99

1010
env:

.github/workflows/python_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [main]
77
pull_request:
8-
branches: [main]
8+
branches: [main, next, next/*]
99

1010
defaults:
1111
run:

0 commit comments

Comments
 (0)