Skip to content

Commit

Permalink
fix: prevent public PRs from running Cloud Build
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavbebej committed Feb 15, 2024
1 parent b4cbabb commit b3c7523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ resource "google_cloudbuild_trigger" "github-pull-request" {
owner = "stanislavbebej"
name = "ejks"
pull_request {
branch = "^master$"
branch = "^master$"
comment_control = "COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY"
}

}
Expand Down

0 comments on commit b3c7523

Please sign in to comment.