Skip to content

Commit

Permalink
Add requirements.txt trigger to link_checker.yml (#569)
Browse files Browse the repository at this point in the history
Add requirements.txt to Link_checker.
  • Loading branch information
sei-vsarvepalli authored May 14, 2024
2 parents 5479435 + 81a32ed commit a28cf25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- '**/*.md'
# run on any PR that changes this workflow
- .github/workflows/linkchecker.yml
# run on any PR that changes the pip requirements
- requirements.txt
# let us trigger it manually
workflow_dispatch:

Expand Down

0 comments on commit a28cf25

Please sign in to comment.