Skip to content

Commit b4dd576

Browse files
committed
fix manual trigger branch
1 parent 1a69242 commit b4dd576

File tree

1 file changed

+1
-1
lines changed
  • terraform/modules/cloudbuild

1 file changed

+1
-1
lines changed

terraform/modules/cloudbuild/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ resource "google_cloudbuild_trigger" "frontend" {
141141
dynamic "source_to_build" {
142142
for_each = var.environment != "dev" ? [1] : []
143143
content {
144-
ref = "refs/heads/fellows-experimental"
144+
ref = "refs/heads/develop"
145145
repo_type = "GITHUB"
146146
uri = "https://github.com/datakind/sst-app-ui"
147147
}

0 commit comments

Comments
 (0)