Skip to content
Snippets Groups Projects
Unverified Commit 47bd524c authored by Jean-Michel Picod's avatar Jean-Michel Picod Committed by GitHub
Browse files

Merge pull request #68 from jmichelp/master

Fix extraneous globbing in workflows
parents 96b1a68f e21c753d
Branches
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.
Please register or to comment