* Allow passing hostname to GH-1749 program as the first arg. #2114
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: rabbitmq-dotnet-client | |
on: | |
push: | |
branches: | |
- main | |
- 'rabbitmq-dotnet-client-*' | |
pull_request: | |
branches: | |
- main | |
- 'rabbitmq-dotnet-client-*' | |
jobs: | |
call-build-test: | |
uses: ./.github/workflows/build-test.yaml |