From 5c82c2c562af8dc14c725a79879a10c492cc7477 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Thu, 18 Nov 2021 13:42:50 +0800 Subject: [PATCH] update CI deploy --- .github/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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