bloomberg / rmqcpp

A batteries included C++ RabbitMQ Client Library/API.
Apache License 2.0
68 stars 16 forks source link

fix when we Doxygenize #34

Closed willhoy closed 9 months ago

willhoy commented 9 months ago

Problem statement

Previously PRs were failing because we were trying to update our dox based on the PR and not exclusively when we merge a PR to main

Proposed changes

run only when we're pushing to main.