Skip to content

Commit c82e567

Browse files
committed
Update GHA workflow to run when target branch has rabbitmq-dotnet-client-* name
1 parent 6147962 commit c82e567

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: rabbitmq-dotnet-client
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
7+
- 'rabbitmq-dotnet-client-*'
68
pull_request:
7-
branches: [ main ]
9+
branches:
10+
- main
11+
- 'rabbitmq-dotnet-client-*'
812

913
jobs:
1014
call-build-test:

0 commit comments

Comments
 (0)