Skip to content

Commit 86a905b

Browse files
author
bgauduch
committed
small actions trigger adjustements
1 parent 8e7beb0 commit 86a905b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build-test
22

33
# trigger on any push
44
# but not on master or tags
5-
# and only for image-related modifications
5+
# and only for dockerfile-related modifications
66
on:
77
push:
88
tags-ignore:

.github/workflows/lint-dockerfile.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
name: lint-dockerfile
22

3-
# trigger on any Dockerfile modification
3+
# trigger on any push
4+
# but not on master or tags
5+
# and only for dockerfile modifications
46
on:
57
push:
8+
tags-ignore:
9+
- "**"
10+
branches:
11+
- "**"
12+
- "!master"
613
paths:
714
- "Dockerfile"
815
- ".github/workflows/lint-dockerfile.yml"

0 commit comments

Comments
 (0)