mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-01-16 20:43:58 -08:00
feat(cicd): Added more workflow_dispatch event triggers
This commit is contained in:
parent
e3db192b94
commit
9a9a236728
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
name: Wordlist Updater - directories
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'Discovery/Web-Content/raft-small-directories.txt'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
name: Wordlist Updater - words
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'Discovery/Web-Content/common.txt'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue