Skip to content

Commit

Permalink
[CI] Trigger test suite when Cargo.lock file is updated (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Feb 19, 2024
1 parent 843dd49 commit 9e61b66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- 'Cargo.lock'
- '**.rs'
- '**.sh'
- '**.ps1'
Expand All @@ -16,6 +17,7 @@ on:
pull_request:
types: [opened, synchronize]
paths:
- 'Cargo.lock'
- '**.rs'
- '**.sh'
- '**.ps1'
Expand Down

0 comments on commit 9e61b66

Please sign in to comment.