Skip to content

add a github workflow to build the container #86

add a github workflow to build the container

add a github workflow to build the container #86

Workflow file for this run

name: Merge Checks
on:
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/run-tests.yaml
with:
install_string: .[develop]
build_site:
uses: ./.github/workflows/build-site.yaml