Skip to content

fix(app): update button styling in publish modal and fix cors issue f… #490

fix(app): update button styling in publish modal and fix cors issue f…

fix(app): update button styling in publish modal and fix cors issue f… #490

Workflow file for this run

name: Deploy
on:
workflow_run:
workflows: ["Test"]
types:
- completed
push:
branches:
- main
paths-ignore:
- "**.md"
jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- run: 'echo "TODO: This is where the deploy would happen."'