Skip to content

Commit 0b6b7da

Browse files
committed
chore: update docker-build workflow to remove main branch trigger
- Removed the main branch trigger from the docker-build workflow, allowing builds to focus on release branches and version tags only.
1 parent ad18d1a commit 0b6b7da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
- cron: '30 2 * * *'
66
push:
77
branches:
8-
- main
98
- release-*
109
tags:
1110
- 'v*.*.*'

0 commit comments

Comments
 (0)