Skip to content

Update deployment workflow to include build and deploy steps #20

Update deployment workflow to include build and deploy steps

Update deployment workflow to include build and deploy steps #20

Workflow file for this run

name: "🔄 Pull Request"
on:
pull_request:
types: [ opened, synchronize, reopened, converted_to_draft, ready_for_review ]
concurrency:
group: "${{ github.workflow }}-${{ github.event.pull_request.number }}"
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml