Skip to content

Commit 8ad3632

Browse files
Fix branch name bug in workflow
1 parent 7f8b80c commit 8ad3632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-builder-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name: 'Build and Deploy to Cloud Run'
3232
on:
3333
push:
3434
branches:
35-
- '"main"'
35+
- main
3636
paths:
3737
- 'builder-api/**'
3838

0 commit comments

Comments
 (0)