diff --git a/.github/workflows/cbor_test.yml b/.github/workflows/cbor_test.yml index a007752..84625c8 100644 --- a/.github/workflows/cbor_test.yml +++ b/.github/workflows/cbor_test.yml @@ -3,7 +3,7 @@ name: CBOR tests on: push: paths: - - 'libraries/cbor/**/*' + - 'libraries/cbor/**' pull_request: types: [opened, synchronize, reopened] diff --git a/.github/workflows/crypto_test.yml b/.github/workflows/crypto_test.yml index 790bee2..a879661 100644 --- a/.github/workflows/crypto_test.yml +++ b/.github/workflows/crypto_test.yml @@ -3,11 +3,11 @@ name: Crypto library tests on: push: paths: - - 'libraries/crypto/**/*' + - 'libraries/crypto/**' pull_request: types: [opened, synchronize, reopened] paths: - - 'libraries/crypto/**/*' + - 'libraries/crypto/**' jobs: crypto_test: