From e515cc5b9c64bfc52b418d641cc98ec754353142 Mon Sep 17 00:00:00 2001 From: zhilong0224 <85558580+zhilong0224@users.noreply.github.com> Date: Thu, 13 Jan 2022 17:04:46 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf48bcc..2a21072 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,11 @@ -name: Release +name: push on: - release: + push: branches: [ master ] pull_request: branches: [ master ] + jobs: build_assets: