Skip to content

Commit b4e1371

Browse files
committed
Update GitHub Actions workflow to trigger on dev branch
- Change push branch from main to dev
1 parent 04139f0 commit b4e1371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build & Push to Docker Hub
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "dev" ]
66
tags: [ "v*" ]
77

88
jobs:

0 commit comments

Comments
 (0)