Skip to content

Merge pull request #728 from 0xPolygon/SPEC-170-dev-deployment-update… #10

Merge pull request #728 from 0xPolygon/SPEC-170-dev-deployment-update…

Merge pull request #728 from 0xPolygon/SPEC-170-dev-deployment-update… #10

Workflow file for this run

name: hosted branch pr deployment
on:
pull_request:
types: [opened, edited, reopened]
branches:
- hosted/*
push:
branches:
- dev
workflow_dispatch:
jobs:
deploy:
uses: ./.github/workflows/build_and_deploy.yml
secrets: inherit