Skip to content

Commit 4aa1525

Browse files
committed
add rebase-v15 and v16 to CI
1 parent 205058d commit 4aa1525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CMake Windows"
22

33
on:
44
push:
5-
branches: [z80]
5+
branches: [z80,rebase-v15,rebase-v16]
66

77
jobs:
88
build-llvm:

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CMake Linux/macOS"
22

33
on:
44
push:
5-
branches: [z80]
5+
branches: [z80,rebase-v15,rebase-v16]
66

77
jobs:
88
build-llvm:

0 commit comments

Comments
 (0)