We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58551d commit e656b82Copy full SHA for e656b82
.github/workflows/push_to_docker_hub.yml
@@ -1,10 +1,12 @@
1
name: Build Docker images and push to DockerHub
2
3
on:
4
+ pull_request:
5
+ paths:
6
+ - '.github/workflows/push_to_docker_hub.yml'
7
+ - 'docker/Dockerfile'
8
workflow_dispatch:
9
# Allow to run manually
- branches:
- - 'develop'
10
push:
11
tags:
12
# Match all release tags including beta, rc
0 commit comments