diff --git a/.github/workflows/wordlist-updater_combined_directories.yml b/.github/workflows/wordlist-updater_combined_directories.yml index 35bc1d5c..4b75faf2 100644 --- a/.github/workflows/wordlist-updater_combined_directories.yml +++ b/.github/workflows/wordlist-updater_combined_directories.yml @@ -1,6 +1,7 @@ name: Wordlist Updater - directories on: + workflow_dispatch: push: paths: - 'Discovery/Web-Content/raft-small-directories.txt' diff --git a/.github/workflows/wordlist-updater_combined_words.yml b/.github/workflows/wordlist-updater_combined_words.yml index 6c3f3850..2e07a17c 100644 --- a/.github/workflows/wordlist-updater_combined_words.yml +++ b/.github/workflows/wordlist-updater_combined_words.yml @@ -1,6 +1,7 @@ name: Wordlist Updater - words on: + workflow_dispatch: push: paths: - 'Discovery/Web-Content/common.txt'