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
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ name: CBOR tests ...@@ -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]
......
...@@ -3,11 +3,11 @@ name: Crypto library tests ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment