Skip to content

Commit affd97d

Browse files
Add branch triggers for Docker workflow
1 parent 28c2bb4 commit affd97d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build and Push Docker Image
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- add-docker-workflow
58
tags: ['v*']
69
pull_request:
710
branches: [main]

0 commit comments

Comments
 (0)