Skip to content

Commit d9b8ec1

Browse files
committed
fix prod workflow only running on main branch
1 parent 2f69bda commit d9b8ec1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prod.docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Build prod image
22

33
on:
44
push:
5-
branches-ignore:
6-
- main
5+
- main
76

87
env:
98
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)