Skip to content

Commit

Permalink
TriggerMode example touchup in ProviderSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
james2791 committed Aug 11, 2023
1 parent 233514a commit 6c9b48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pipelines/update/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func main() {
Description: buildkite.String("This ia a great pipeline!"),
Provider: &buildkite.Provider{
Settings: &buildkite.GitHubSettings{
TriggerMode: buildkite.String("Code"),
TriggerMode: buildkite.String("fork"),
BuildPullRequests: buildkite.Bool(false),
},
},
Expand Down

0 comments on commit 6c9b48e

Please sign in to comment.