update CI deploy
This commit is contained in:
parent
a0b7744649
commit
5c82c2c562
6
.github/workflows/deploy.yaml
vendored
6
.github/workflows/deploy.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user