forked from cerc-io/cosmos-explorer
update CI deploy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user