Skip to content

Commit d27eeac

Browse files
committed
fix: update workflow to trigger on main branch
1 parent c43e9a5 commit d27eeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Deploy to Cloud Run
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- 'backend/**'
99
- '.github/workflows/docker-build.yml'

0 commit comments

Comments
 (0)