Skip to content

Commit 0942fb6

Browse files
committed
Build docker images on main branch
1 parent bdc1f4c commit 0942fb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/enext-docker-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker PR Build (enext)
22

33
on:
44
pull_request:
5-
branches: [enext]
5+
branches: [ enext, main ]
66

77
jobs:
88
build_docker_image:

.github/workflows/enext-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker
22
on:
33
workflow_dispatch:
44
push:
5-
branches: [ enext ]
5+
branches: [ enext, main ]
66

77
jobs:
88
push_to_registry:

0 commit comments

Comments
 (0)