Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.