Restore path guards
This commit is contained in:
4
.github/workflows/cbor_test.yml
vendored
4
.github/workflows/cbor_test.yml
vendored
@@ -2,8 +2,8 @@
|
|||||||
name: CBOR tests
|
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
@@ -2,8 +2,8 @@
|
|||||||
name: Crypto library tests
|
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]
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/opensk_test.yml
vendored
4
.github/workflows/opensk_test.yml
vendored
@@ -2,8 +2,8 @@
|
|||||||
name: OpenSK tests
|
name: OpenSK tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# paths:
|
paths:
|
||||||
# - 'src/**/*.rs'
|
- 'src/**/*.rs'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user