Skip to content

Commit bfd064b

Browse files
committed
fix(workflow): update branch trigger from dev to main for Docker build
1 parent 85a9570 commit bfd064b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/self-hosted-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker Build on Self-hosted Runner
33
on:
44
push:
55
branches:
6-
- dev
6+
- main
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)