From ad651eb58aea0b526c908c171187fec25ad89e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20=C5=81yp?= Date: Tue, 11 Jun 2024 17:18:38 +0200 Subject: [PATCH] Change trigger back to workflow_dispatch --- .github/workflows/update-phishing-detection-data.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-phishing-detection-data.yml b/.github/workflows/update-phishing-detection-data.yml index dca62954c..d324f7c7d 100644 --- a/.github/workflows/update-phishing-detection-data.yml +++ b/.github/workflows/update-phishing-detection-data.yml @@ -1,5 +1,6 @@ name: Update Phishing Detection Datasets -on: push +on: + workflow_dispatch: jobs: build: runs-on: ubuntu-latest