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: on:
push: push:
paths: paths:
- 'libraries/cbor/**/*' - 'libraries/cbor/**'
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]

View File

@@ -3,11 +3,11 @@ name: Crypto library tests
on: on:
push: push:
paths: paths:
- 'libraries/crypto/**/*' - 'libraries/crypto/**'
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
paths: paths:
- 'libraries/crypto/**/*' - 'libraries/crypto/**'
jobs: jobs:
crypto_test: crypto_test: