Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 7d9770c

Browse files
committed
Add automatic workflow trigger paths
1 parent 8394a19 commit 7d9770c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
push:
1111
branches: [main]
1212
tags: ['v*']
13-
paths: ['src/**', '.github/workflows/**']
13+
paths: ['src/**', '.github/workflows/**', 'docker/**', 'Dockerfile']
1414
env:
1515
IMAGE_NAME: ${{ github.repository }}
1616
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)