Skip to content

Commit dd656a4

Browse files
committed
renamed to main
1 parent 3ddcfc1 commit dd656a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Build and publish Docker image
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
tags:
66
- "*"
77
pull_request:
8-
branches: [ master ]
8+
branches: [ main ]
99
jobs:
1010
push_to_registry:
1111
name: Build and push Docker image to Docker Hub

0 commit comments

Comments
 (0)