From 53bc4dbdf997adb45ef01b54575f91ca4c9e9406 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Tue, 21 Dec 2021 09:36:31 +0800 Subject: [PATCH] change deploy policy --- .github/workflows/mainnet-deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mainnet-deploy.yaml b/.github/workflows/mainnet-deploy.yaml index d1ae0be5..5f93121a 100644 --- a/.github/workflows/mainnet-deploy.yaml +++ b/.github/workflows/mainnet-deploy.yaml @@ -1,11 +1,11 @@ -name: Ping Deploy +name: Deploy to ping.pub on: push: branches: [ master ] - pull_request: - branches: [ master ] + # pull_request: + # branches: [ master ] jobs: deploy: