Skip to content

Commit ee67b70

Browse files
authored
Update Docker workflow to only trigger ontags.
Removed branch restrictions for the Docker build and push workflow.
1 parent acc18d0 commit ee67b70

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@ name: Build and Push Docker Image
33

44
on:
55
push:
6-
branches:
7-
- main
86
tags:
97
- '*'
10-
pull_request:
11-
branches:
12-
- main
138
# Allow manually triggering the workflow.
149
workflow_dispatch:
1510

0 commit comments

Comments
 (0)