We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5609b commit 0d91808Copy full SHA for 0d91808
1 file changed
.github/workflows/check-cedv-example-registry.yml
@@ -6,14 +6,18 @@ on:
6
- 'protocol/cedv/example-registry-v1.md'
7
- 'protocol/cedv/examples/**'
8
- 'scripts/check_cedv_example_registry.py'
9
+ - 'scripts/lib/cedv_objects.py'
10
- 'scripts/lib/protocol_constants.py'
11
+ - 'scripts/lib/simple_yaml.py'
12
- '.github/workflows/check-cedv-example-registry.yml'
13
pull_request:
14
paths:
15
16
17
18
19
20
21
22
23
jobs:
0 commit comments