Skip to content

Commit

Permalink
Update feed.yml
Browse files Browse the repository at this point in the history
feed on content file change only
  • Loading branch information
kkraune committed Sep 25, 2024
1 parent cd831c2 commit b2b8742
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/feed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Vespa Documentation Search Feed
on:
push:
branches: [ master ]
paths:
- '*.md'
- '*.html'
- '**/*.md'
- '**/*.html'
- '.github/workflows/feed.yml'

env:
DATA_PLANE_PUBLIC_KEY : ${{ secrets.VESPA_TEAM_DATA_PLANE_PUBLIC_CERT }}
Expand Down

0 comments on commit b2b8742

Please sign in to comment.