[CI] Trigger test suite when Cargo.lock file is updated (#1326)

This commit is contained in:
Sylvain Benner 2024-02-19 06:38:45 -05:00 committed by GitHub
parent 843dd492c2
commit 9e61b6687a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- 'Cargo.lock'
- '**.rs'
- '**.sh'
- '**.ps1'
@ -16,6 +17,7 @@ on:
pull_request:
types: [opened, synchronize]
paths:
- 'Cargo.lock'
- '**.rs'
- '**.sh'
- '**.ps1'