Skip to content

Commit f0e20a2

Browse files
committed
iox-eclipse-iceoryx#2044 Enable CI for stacked pull requests
1 parent 843b205 commit f0e20a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [ master ]
99
pull_request:
10-
branches: [ master, release* ]
10+
branches: [ master, release*, iox-* ]
1111

1212
jobs:
1313
pre-flight-check:

.github/workflows/lint_pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Code Linting on Pull-Requests
22

33
on:
44
pull_request:
5-
branches: [ master, release* ]
5+
branches: [ master, release*, iox-* ]
66

77
jobs:
88
clang-tidy-review:

0 commit comments

Comments
 (0)