Skip to content

Commit

Permalink
Also run validate workflow when dependencies change
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Jun 19, 2024
1 parent f7abec3 commit 296660a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-vector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
- .github/workflows/validate-vector.yaml
- src/validate.py
- data/**
- src/requirements*
pull_request:
branches: [master]
paths:
- .github/workflows/validate-vector.yaml
- src/validate.py
- data/**
- src/requirements*
workflow_dispatch:
workflow_call:
jobs:
Expand Down

0 comments on commit 296660a

Please sign in to comment.