Skip to content

Commit

Permalink
iox-#2044 Enable CI for stacked pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Oct 24, 2023
1 parent 1e49f2a commit cf8a168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master, release* ]
branches: [ master, release*, iox-* ]

jobs:
pre-flight-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Code Linting on Pull-Requests

on:
pull_request:
branches: [ master, release* ]
branches: [ master, release*, iox-* ]

jobs:
clang-tidy-review:
Expand Down

0 comments on commit cf8a168

Please sign in to comment.