Class PushFilter (3.2.1)

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

Push contains filter properties for matching GitHub git pushes.

Attributes

NameDescription
branch str
Regexes matching branches to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
tag str
Regexes matching tags to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
invert_regex bool
When true, only trigger a build if the revision regex does NOT match the git_ref regex.