Skip to content

Commit 8d6d1e7

Browse files
committed
fix(test): Also run on workflow change
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
1 parent 232f8a4 commit 8d6d1e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [ master ]
66
paths:
77
- '*/Dockerfile'
8+
- '.github/workflows/build-test.yml'
89
pull_request:
910
branches: [ master ]
1011
paths:
1112
- '*/Dockerfile'
13+
- '.github/workflows/build-test.yml'
1214

1315
jobs:
1416
files:

0 commit comments

Comments
 (0)