Skip to content

Commit b7721e1

Browse files
authored
deploy: tweak deploy triggers (#1179)
always deploy blog and docs when src changes, because src contains the base templates Signed-off-by: Nick Santos <nick.santos@docker.com>
1 parent 2525514 commit b7721e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ jobs:
2525
filters: |
2626
blog:
2727
- 'blog/**'
28+
- 'src/**'
2829
- '.github/**'
2930
- 'base/**'
3031
docs:
3132
- 'docs/**'
33+
- 'src/**'
3234
- '.github/**'
3335
- 'base/**'
3436
site:

0 commit comments

Comments
 (0)