Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.53k stars 296 forks source link

Run public build on all PRs, add DTFx.Core v2 branch to public build triggers #1160

Closed davidmrdavid closed 2 months ago

davidmrdavid commented 2 months ago

The public 1ES build is not automatically running on PRs, as it should. This PR attempts to fix that by trying alternative syntax to the pr: block of our public 1ES build definition.

It also adds durabletask-core-v2 to the list of branches we run our nightly CI on.