Fix extraneous globbing in workflows
This commit is contained in:
2
.github/workflows/cbor_test.yml
vendored
2
.github/workflows/cbor_test.yml
vendored
@@ -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]
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/crypto_test.yml
vendored
4
.github/workflows/crypto_test.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user