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