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 4925c9a commit 8211cdaCopy full SHA for 8211cda
.github/workflows/deploy-docs.yml
@@ -1,7 +1,7 @@
1
name: Deploy API Docs
2
on:
3
push:
4
- branches: [main]
+ branches: [main, add-genome-groups]
5
paths: ['APISpecification.yaml'] # Only run when spec changes
6
7
jobs:
0 commit comments