Skip to content
Snippets Groups Projects
Commit 9b3eca2c authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Fix extraneous globbing in workflows

parent 9001cbd8
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ name: CBOR tests
on:
push:
paths:
- 'libraries/cbor/**/*'
- 'libraries/cbor/**'
pull_request:
types: [opened, synchronize, reopened]
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment