update CI deploy

This commit is contained in:
liangping
2021-11-18 13:42:50 +08:00
parent a0b7744649
commit 5c82c2c562
+3 -3
View File
@@ -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