Skip to content

Commit e820acf

Browse files
committed
Update build-and-publish.yml
1 parent 9b476d7 commit e820acf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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, master ]
66
tags: [ 'v*.*.*' ]
77
pull_request:
8-
branches: [ dev ]
8+
branches: [ main, master ]
99

1010
env:
1111
REGISTRY: ghcr.io
@@ -97,4 +97,4 @@ jobs:
9797
9898
- name: Show logs if failed
9999
if: failure()
100-
run: docker-compose logs
100+
run: docker-compose logs

0 commit comments

Comments
 (0)