diff --git a/.github/workflows/crypto_test.yml b/.github/workflows/crypto_test.yml
index c8f45444740f6bc137559d1c3b9072ac9d09735a..790bee24a1099bb1cd61f80298971582219a0c40 100644
--- a/.github/workflows/crypto_test.yml
+++ b/.github/workflows/crypto_test.yml
@@ -6,6 +6,8 @@ on:
       - 'libraries/crypto/**/*'
   pull_request:
     types: [opened, synchronize, reopened]
+    paths:
+      - 'libraries/crypto/**/*'
 
 jobs:
   crypto_test: