Skip to content

Commit

Permalink
feat: support matching branch selector. Fixes #184
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 17, 2021
1 parent 3e98523 commit ad35b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/consumer_version_selector.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type ConsumerVersionSelector struct {
Environment string `json:"environment,omitempty"`
MainBranch bool `json:"mainBranch,omitempty"`
Branch string `json:"branch,omitempty"`
MatchingBranch bool `json:"matchingBranch,omitempty"`
}

// Validate the selector configuration
Expand Down

0 comments on commit ad35b25

Please sign in to comment.