Restore path guards

This commit is contained in:
Jean-Michel Picod
2020-02-28 16:38:42 +01:00
parent 578742034e
commit f91538506e
3 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
name: CBOR tests
on:
push:
# paths:
# - 'libraries/cbor/**/*'
paths:
- 'libraries/cbor/**/*'
pull_request:
types: [opened, synchronize, reopened]

View File

@@ -2,8 +2,8 @@
name: Crypto library tests
on:
push:
# paths:
# - 'libraries/crypto/**/*'
paths:
- 'libraries/crypto/**/*'
pull_request:
types: [opened, synchronize, reopened]

View File

@@ -2,8 +2,8 @@
name: OpenSK tests
on:
push:
# paths:
# - 'src/**/*.rs'
paths:
- 'src/**/*.rs'
pull_request:
types: [opened, synchronize, reopened]