Skip to content

Deploy to Staging

Deploy to Staging #229

name: Deploy to Staging
on:
push:
branches:
- staging
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/deploy.yml
with:
environment: staging
secrets: inherit