Skip to content

Commit e656b82

Browse files
committed
Update workflow triggers for Docker image builds
1 parent f58551d commit e656b82

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/push_to_docker_hub.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Build Docker images and push to DockerHub
22

33
on:
4+
pull_request:
5+
paths:
6+
- '.github/workflows/push_to_docker_hub.yml'
7+
- 'docker/Dockerfile'
48
workflow_dispatch:
59
# Allow to run manually
6-
branches:
7-
- 'develop'
810
push:
911
tags:
1012
# Match all release tags including beta, rc

0 commit comments

Comments
 (0)