Skip to content

Commit 0f552f1

Browse files
committed
add rebase-v15 to CI
1 parent aaf7be4 commit 0f552f1

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]
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]
66

77
jobs:
88
build-llvm:

0 commit comments

Comments
 (0)