Skip to content

Commit b6010d2

Browse files
committed
ci(docker.yml): remove branch-specific trigger for Docker workflow
Remove the branch-specific trigger for the Docker Build & Deploy workflow to ensure that the workflow runs on all branches when a tag is pushed. This change allows for more flexibility in the workflow execution, ensuring that Docker images are built and deployed for any branch as long as a version tag is present.
1 parent 0d988e3 commit b6010d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Docker Build & Deploy
22
on:
33
push:
4-
branches:
5-
- main
64
tags:
75
- v*
86
pull_request:

0 commit comments

Comments
 (0)