Skip to content

Commit a464687

Browse files
ci: Update hadolint workflow to include Dockerfile and Dockerfile.* paths
1 parent a0746b1 commit a464687

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/hadolint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
pull_request:
88
branches:
99
- "main"
10+
paths:
11+
- "**/Dockerfile"
12+
- "**/Dockerfile.*"
1013

1114
concurrency:
1215
group: ${{ github.ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)