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

Commit 496dfc3

Browse files
authored
Merge pull request #137 from microsoftgraph/chore/update_docker_workflow
Update automatic workflow trigger paths
2 parents 8394a19 + 7d9770c commit 496dfc3

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)