Skip to content
Snippets Groups Projects
Commit f9153850 authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Restore path guards

parent 57874203
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -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]
......
...@@ -2,8 +2,8 @@ ...@@ -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]
......
...@@ -2,8 +2,8 @@ ...@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment