Skip to content

Commit bca7d07

Browse files
committed
ci: run build-deb/build-rpm on multi-backend PRs too
These workflows only triggered on PRs to main/master, so the packaging PR (base multi-backend) never got build CI. Add multi-backend to the pull_request branch filter.
1 parent ad1c763 commit bca7d07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- 'v*'
77
pull_request:
8-
branches: [ main, master ]
8+
branches: [ main, master, multi-backend ]
99
paths:
1010
- 'src/**'
1111
- 'CMakeLists.txt'

.github/workflows/build-rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- 'v*'
77
pull_request:
8-
branches: [ main, master ]
8+
branches: [ main, master, multi-backend ]
99
paths:
1010
- 'src/**'
1111
- 'CMakeLists.txt'

0 commit comments

Comments
 (0)