Skip to content

Commit

Permalink
Merge pull request #731 from 0xPolygon/SPEC-170-dev-deployment-update…
Browse files Browse the repository at this point in the history
…-for-review

Spec 170 dev deployment update for review
  • Loading branch information
sshrihar authored Sep 23, 2024
2 parents 4dd7976 + 74ed13f commit 4e8c2c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: hosted branch pr deployment
on:
pull_request:
types: [opened, edited, reopened]
branches:
- hosted/*
push:
branches:
- dev
workflow_dispatch:

jobs:
deploy:
if: startsWith(github.head_ref, 'hosted/') || github.ref == 'refs/heads/dev'
uses: ./.github/workflows/build_and_deploy.yml
secrets: inherit

0 comments on commit 4e8c2c4

Please sign in to comment.