Skip to content

Commit d1f3c30

Browse files
fix(ci): added master branch
1 parent 81ccea9 commit d1f3c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gcp-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Push Python Image to Google Cloud Platform
33

44
on:
55
push:
6-
branches: [ main ]
6+
branches: [ "main", "master" ]
77

88
jobs:
99
build-push-gcr:

0 commit comments

Comments
 (0)