Skip to content

Edit Renter Candidate Page #195

Edit Renter Candidate Page

Edit Renter Candidate Page #195

Workflow file for this run

name: Deploy Branch Preview
on:
pull_request:
jobs:
deploy_preview:
name: Deploy Branch Preview
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
uses: ./.github/workflows/build-and-deploy.yml
with:
environment: Preview
firebaseProjectId: ushs-housing-portal-staging
secrets: inherit