Skip to content

Commit

Permalink
run public build on all PRs, add DTFx.Core v2 branch to public build …
Browse files Browse the repository at this point in the history
…triggers (#1160)
  • Loading branch information
davidmrdavid authored Sep 10, 2024
1 parent 4f82f62 commit b898aa9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions eng/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ trigger:
branches:
include:
- main
- durabletask-core-v2

# Run nightly to catch new CVEs and to report SDL often.
schedules:
Expand All @@ -14,12 +15,14 @@ schedules:
branches:
include:
- main
- durabletask-core-v2
always: true # Run pipeline irrespective of no code changes since last successful run

# Run on all PRs
pr:
- main
- '*' # run on all PRs
branches:
include:
- '*'

# This allows us to reference 1ES templates, our pipelines extend a pre-existing template
resources:
Expand Down

0 comments on commit b898aa9

Please sign in to comment.