PushOption
import type { PushOption } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
interface PushOption {
branchFilter?: string;
}§Properties
§
branchFilter?: string
[src]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.