Fix extraneous globbing in workflows

This commit is contained in:
Jean-Michel Picod
2020-03-06 11:35:38 +01:00
parent 9001cbd864
commit 9b3eca2c78
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: CBOR tests
on:
push:
paths:
- 'libraries/cbor/**/*'
- 'libraries/cbor/**'
pull_request:
types: [opened, synchronize, reopened]