Skip to content

Allow clicking on work card in chapter view to get back to the work page #235

Allow clicking on work card in chapter view to get back to the work page

Allow clicking on work card in chapter view to get back to the work page #235

Workflow file for this run

name: Push main
on:
push:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-beta:
uses: ./.github/workflows/build-beta.yml
with:
rebase: true
secrets: inherit
build:
uses: ./.github/workflows/build.yml
secrets: inherit
deploy:
needs: [build, build-beta]
if: always() && needs.build.result == 'success'
uses: ./.github/workflows/deploy.yml
secrets: inherit