From a19d338f0858bfeaadf9c3c92f250c2617be75d0 Mon Sep 17 00:00:00 2001 From: orzyyyy Date: Sat, 14 Sep 2019 06:11:08 +0800 Subject: [PATCH] fix: redundant jobs of github actions --- .github/workflows/deploy-site.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index ae73cc6fd0..8ec46e0738 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -1,8 +1,7 @@ name: Deploy website on: release: - actions: - - published + types: [published] branches: - master jobs: