Skip to content

Commit

Permalink
feat(ci): add .github directory to verify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored and gitbutler-client committed Aug 20, 2024
1 parent 98f4d88 commit 2e895fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/verify-guides-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ on:
- "billion-scale-vector-search/"
- "billion-scale-image-search/"
- "examples/model-deployment/"
- ".github/**"
- "!.github/workflows/verify-guides-main.yml"

pull_request:
branches: ["master"]
paths-ignore:
- "billion-scale-vector-search/"
- "billion-scale-image-search/"
- "examples/model-deployment/"
- ".github/**"
- "!.github/workflows/verify-guides-main.yml"

jobs:
main:
Expand Down

0 comments on commit 2e895fe

Please sign in to comment.