Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/FirebaseAppHosting/RolloutPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ public function getIgnoredPaths()
* Optional. A list of file paths patterns that trigger a build and rollout if
* at least one of the changed files in the commit are present in this list.
* This field is optional; the rollout policy will default to triggering on
* all paths if not populated. Limited to 100 paths. Example: “required_paths:
* { pattern: "foo/bar” type: GLOB }
* all paths if both ignored_paths and required_paths are not populated.
* Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type:
* GLOB }
*
* @param Path[] $requiredPaths
*/
Expand Down
Loading