Skip to content

Commit 930d2b5

Browse files
CI: build the image if the ci config changes
1 parent e46e015 commit 930d2b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ on:
99
- "master"
1010
paths:
1111
- "Dockerfile"
12+
- ".github/workflows/image.yml"
1213
pull_request:
1314
paths:
1415
- "Dockerfile"
16+
- ".github/workflows/image.yml"
1517
workflow_dispatch:
1618
env:
1719
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)