Skip to content

Commit 63a1f84

Browse files
authored
wip: ignore paths that wont affect docker build
1 parent 4e84a50 commit 63a1f84

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ name: Docker
1212
on:
1313
# Trigger a build for every new push to the main branch
1414
push:
15+
paths-ignore:
16+
- '.github'
17+
- '.gitignore'
18+
- '.kind.with.hostpath.yml'
19+
- 'README.md'
20+
- 'test/**'
1521
branches:
1622
- master
1723
- main

0 commit comments

Comments
 (0)