Skip to content

Commit 9a9a236

Browse files
feat(cicd): Added more workflow_dispatch event triggers
1 parent e3db192 commit 9a9a236

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/wordlist-updater_combined_directories.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Wordlist Updater - directories
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths:
67
- 'Discovery/Web-Content/raft-small-directories.txt'

.github/workflows/wordlist-updater_combined_words.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Wordlist Updater - words
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths:
67
- 'Discovery/Web-Content/common.txt'

0 commit comments

Comments
 (0)