From b455ca953d6b09ae8a363dbdc567626c23d51386 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sun, 14 Aug 2022 18:52:13 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20manual=20trigger=20to=20VT?= =?UTF-8?q?=20scan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/virus-total-scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/virus-total-scan.yml b/.github/workflows/virus-total-scan.yml index d3976d4..796428b 100644 --- a/.github/workflows/virus-total-scan.yml +++ b/.github/workflows/virus-total-scan.yml @@ -3,6 +3,7 @@ name: VirusTotal Scan on: release: types: [published] + workflow_dispatch: # to trigger manually jobs: virustotal: