diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fd8613c8..5147dc8f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -3,14 +3,14 @@ name: Ping Deploy on: push: - branches: [ master ] + branches: [ master, testnet ] pull_request: - branches: [ master ] + branches: [ master, testnet ] jobs: deploy: name: Ping deploy - runs-on: self-hosted + runs-on: ${GITHUB_REF#refs/heads/} steps: - name: Git Checkout Latest uses: actions/checkout@v2