We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a9aa5 commit 3dbac65Copy full SHA for 3dbac65
1 file changed
.github/workflows/docker-build-image.yml
@@ -6,12 +6,14 @@ on:
6
push:
7
branches: [ "master" ]
8
paths:
9
- - 'docker/**'
+ - 'docker/base-image/**'
10
+ - 'docker/build-image/**'
11
- '.github/workflows/docker-build-image.yml'
12
pull_request:
13
14
15
16
17
18
19
jobs:
0 commit comments