icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
101 stars 13 forks source link

Enable CI on 0.3.x branch #3952

Closed pepone closed 5 months ago

pepone commented 5 months ago

This PR fixes CI job on 0.3.x branch, to run for push/pull_request on this branch.

externl commented 5 months ago

Git just does this https://github.com/git/git/blob/master/.github/workflows/main.yml#L3C1-L3C25

pepone commented 5 months ago

The problem with removing the branch, is that is most likely to run twice one from the PR, and another from the push to the forked repository.