diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96ef9a7..7408de0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,8 @@ on: jobs: Deployment: - if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' }} - runs-on: ubuntu-latest + if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/devel' }} + runs-on: ubuntu-22.04 steps: - name: 🐰 Set up bun diff --git a/docs/pages/projects/index.mdx b/docs/pages/projects/index.mdx index f36ead6..b26f3d7 100644 --- a/docs/pages/projects/index.mdx +++ b/docs/pages/projects/index.mdx @@ -13,7 +13,7 @@ Application source code and documentation for administrators can be found on my The following sections & pages will host detailed documentation of users. If you have a genomics-oriented data application to host, don't hesitate to contact me. provided there are resources available. - +{/* ### [SomaVarDB](/somavardb.mdx) -### [GermlineVarDB](/germlinevardb.mdx) \ No newline at end of file +### [GermlineVarDB](/germlinevardb.mdx) */} \ No newline at end of file