Skip to content

Merge pull request #2 from r-pad/add-video #12

Merge pull request #2 from r-pad/add-video

Merge pull request #2 from r-pad/add-video #12

Workflow file for this run

name: Test and Deploy Site
on:
push:
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
deploy_site:
uses: ./.github/workflows/deploy-site.yaml
needs: build_site