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,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: