Skip to content

Commit adc2ea3

Browse files
committed
👷 (github) Only build ES on updates
1 parent 8b88a76 commit adc2ea3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-elastic.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Build elasticsearch
22

33
on:
4-
push: {}
4+
push:
5+
paths:
6+
- Dockerfile
7+
- .github/workflows/build-elastic.yml
58

69
permissions:
710
contents: read

0 commit comments

Comments
 (0)