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 @@
name: CBOR tests
on:
push:
# paths:
# - 'libraries/cbor/**/*'
paths:
- 'libraries/cbor/**/*'
pull_request:
types: [opened, synchronize, reopened]
......
......@@ -2,8 +2,8 @@
name: Crypto library tests
on:
push:
# paths:
# - 'libraries/crypto/**/*'
paths:
- 'libraries/crypto/**/*'
pull_request:
types: [opened, synchronize, reopened]
......
......@@ -2,8 +2,8 @@
name: OpenSK tests
on:
push:
# paths:
# - 'src/**/*.rs'
paths:
- 'src/**/*.rs'
pull_request:
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