Skip to content

Commit

Permalink
that was too restrictive.
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 1, 2024
1 parent 791e524 commit 54fed29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ['main']
paths:
- 'src/PackageRegistryService'
- 'src/PackageRegistryService/**'
- '!src/PackageRegistryService/Data/**'
- '!src/PackageRegistryService/StagingArea/**'

Expand Down
1 change: 1 addition & 0 deletions src/PackageRegistryService/Pages/Components/Index.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public static string Render()
<p>For <b>programmatic access</b>, go checkout the <a href=""swagger"">API documentation</a>
<hr/>
</section>
<section>
<p>The AVPR indexes and hosts validation packages for <strong>A</strong>nnotated <strong>R</strong>esearch <strong>C</strong>ontexts (ARCs) in a central registry. You can learn more about the concept of ARCs <a href=""https://nfdi4plants.org"">here</a></p>
<p>It is intended for 2 main use cases:
Expand Down

0 comments on commit 54fed29

Please sign in to comment.