From be3d4a240233228732d54eb660ca002ca18f2f7e Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Sun, 1 Mar 2020 17:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91:=20remove=20github.event=3D=3Dpush?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b35617df..5762e17b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest - if: github.event == 'push' && github.ref == 'master' + if: github.ref == 'master' steps: - name: Checkout uses: actions/checkout@master