Merge pull request #68 from jmichelp/master

Fix extraneous globbing in workflows
This commit is contained in:
Jean-Michel Picod
2020-03-06 14:07:48 +01:00
committed by GitHub
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: