Skip to content

Commit 03b490c

Browse files
committed
Build a new docker image for CI/CD when PR to master is created
1 parent a496193 commit 03b490c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on: # yamllint disable-line rule:truthy
77
- '.github/workflows/publish-docker.yml'
88
branches:
99
- 'master'
10+
pull_request:
11+
paths:
12+
- 'devops/**'
13+
- '.github/workflows/publish-docker.yml'
14+
branches:
15+
- 'master'
1016

1117
jobs:
1218
publish-docker-client:

0 commit comments

Comments
 (0)