From 2fa9b0a1e8e9587c5c1e3702a482b6ed42ffea66 Mon Sep 17 00:00:00 2001 From: Wu Yufei Date: Thu, 12 Nov 2020 21:02:22 +0800 Subject: [PATCH] Update github actions --- .github/workflows/packaging.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index f9c7171..55351b3 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -5,7 +5,10 @@ name: Packaging # Controls when the action will run. Triggers the workflow when releases created or modified on: release: - types: [created, edited] + types: + - created + - edited + workflow_dispatch: jobs: build: