Class PushOption (0.3.0)

PushOption(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attribute

Name Description
branch_filter str
Optional. Trigger hook for matching branches only. Specified as glob pattern. If empty or *, events for all branches are reported. Examples: main, {main,release*}. See https://pkg.go.dev/github.com/gobwas/glob documentation.