branches property

List<String>? branches
final

The branches to be included in the trigger configuration. If you specify an empty array, the trigger applies to all branches.

Implementation

final List<String>? branches;