We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25d876 commit 85c9ecdCopy full SHA for 85c9ecd
.github/workflows/ci.yml
@@ -12,6 +12,12 @@ on:
12
tags:
13
- '*'
14
pull_request:
15
+ # We also want this workflow triggered if the `jsonschema` label is
16
+ # added or present when PR is updated
17
+ types:
18
+ - synchronize
19
+ - labeled
20
+
21
22
# Only cancel in-progress jobs or runs for the current workflow
23
# This cancels the already triggered workflows for a specific PR without canceling
requirements-dev.txt
@@ -1,6 +1,7 @@
1
git+https://github.com/asdf-format/asdf-standard
2
git+https://github.com/asdf-format/asdf-transform-schemas
3
git+https://github.com/yaml/pyyaml.git
4
+git+https://github.com/python-attrs/attrs
5
6
numpy>=0.0.dev0
7
# although we don't use scipy, we include it here so that any dependency
0 commit comments