Skip to content

Commit a702bed

Browse files
committed
workflow: correct path
1 parent 8ed52b4 commit a702bed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-fluentd.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
push: {
55
branches: ['master', 'test'],
66
paths: [
7-
'docker/syslog/**',
7+
'docker/fluentd/**',
88
'.github/workflows/docker-fluentd.jsonnet',
99
],
1010
},

.github/workflows/docker-fluentd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test"
4747
],
4848
"paths": [
49-
"docker/syslog/**",
49+
"docker/fluentd/**",
5050
".github/workflows/docker-fluentd.jsonnet"
5151
]
5252
}

0 commit comments

Comments
 (0)