Skip to content

Commit

Permalink
Fix branch name in CI triggers (dotnet#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored Sep 12, 2020
1 parent 5ca701f commit 7042c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/runtimelab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger:
batch: true
branches:
include:
- JsonCodeGen
- feature/JsonCodeGen
paths:
include:
- '*'
Expand All @@ -26,7 +26,7 @@ trigger:
pr:
branches:
include:
- JsonCodeGen
- feature/JsonCodeGen
paths:
include:
- '*'
Expand Down

0 comments on commit 7042c5d

Please sign in to comment.