Skip to content

Commit 6ced761

Browse files
Update build-and-publish.yml
1 parent 59b0502 commit 6ced761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build and Push Docker Images
22

33
on:
44
push:
5-
branches: [ dev ]
5+
branches: [ main ]
66
tags: [ 'v*.*.*' ]
77
pull_request:
8-
branches: [ dev ]
8+
branches: [ main ]
99

1010
env:
1111
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)