From 4b8d76b983b04d3032cde97e9e33ae39116ec0d9 Mon Sep 17 00:00:00 2001 From: orzyyyy Date: Sat, 14 Sep 2019 06:39:04 +0800 Subject: [PATCH] chore: update release action --- .github/workflows/deploy-site.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index ae73cc6fd0..44829bd942 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -1,10 +1,8 @@ name: Deploy website on: release: - actions: - - published - branches: - - master + types: [published] + jobs: build-and-deploy: runs-on: ubuntu-latest