We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a783985 commit 9bbe613Copy full SHA for 9bbe613
1 file changed
.github/workflows/docker-publish.yml
@@ -4,8 +4,22 @@ on:
4
push:
5
branches: [ "master" ]
6
tags: [ 'v*.*.*' ]
7
+ paths:
8
+ - 'backend/**'
9
+ - 'frontend/**'
10
+ - 'docker/**'
11
+ - 'Dockerfile'
12
+ - 'docker-compose.yml'
13
+ - '.github/workflows/**'
14
pull_request:
15
16
17
18
19
20
21
22
23
24
env:
25
IMAGE_NAME: dunajdev/docker-mailserver-gui
0 commit comments