We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7beb0 commit 86a905bCopy full SHA for 86a905b
.github/workflows/build-test.yml
@@ -2,7 +2,7 @@ name: build-test
2
3
# trigger on any push
4
# but not on master or tags
5
-# and only for image-related modifications
+# and only for dockerfile-related modifications
6
on:
7
push:
8
tags-ignore:
.github/workflows/lint-dockerfile.yml
@@ -1,8 +1,15 @@
1
name: lint-dockerfile
-# trigger on any Dockerfile modification
+# trigger on any push
+# but not on master or tags
+# and only for dockerfile modifications
+ tags-ignore:
9
+ - "**"
10
+ branches:
11
12
+ - "!master"
13
paths:
14
- "Dockerfile"
15
- ".github/workflows/lint-dockerfile.yml"
0 commit comments