Skip to content

Commit

Permalink
Update GHA workflow to run when target branch has `rabbitmq-dotnet-cl…
Browse files Browse the repository at this point in the history
…ient-*` name
  • Loading branch information
lukebakken committed Oct 4, 2024
1 parent 6147962 commit c82e567
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: rabbitmq-dotnet-client

on:
push:
branches: [ main ]
branches:
- main
- 'rabbitmq-dotnet-client-*'
pull_request:
branches: [ main ]
branches:
- main
- 'rabbitmq-dotnet-client-*'

jobs:
call-build-test:
Expand Down

0 comments on commit c82e567

Please sign in to comment.