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 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

@@ -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]

View File

@@ -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]