Skip to content

Commit 20b9d28

Browse files
1 parent 50818f3 commit 20b9d28

6 files changed

Lines changed: 12 additions & 0 deletions

.github/workflows/readme-updater.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Readme updater - Updates readme with latest stats
44

55
on:
66
push:
7+
branches:
8+
- '**'
79
workflow_dispatch:
810

911
jobs:

.github/workflows/wordlist-updater_api-endpoints-res.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Wordlist Updater - API Endpoints Res
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- '**'
68
paths:
79
- 'Discovery/Web-Content/api/api-seen-in-wild.txt'
810
- 'Discovery/Web-Content/api/actions.txt'

.github/workflows/wordlist-updater_combined_directories.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Wordlist Updater - Combined directories
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- '**'
68
paths:
79
- 'Discovery/Web-Content/apache.txt'
810
- 'Discovery/Web-Content/combined_words.txt'

.github/workflows/wordlist-updater_combined_words.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Wordlist Updater - Combined words
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- '**'
68
paths:
79
- 'Discovery/Web-Content/common.txt'
810
- 'Discovery/Web-Content/raft-small-words.txt'

.github/workflows/wordlist-updater_default-passwords.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Wordlist Updater - default-passwords
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- '**'
68
paths:
79
- 'Passwords/Default-Credentials/default-passwords.csv'
810

.github/workflows/wordlist-validator.yml.disabled

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
name: Wordlist Validator - Runs a validator script to check for dangerous pushes
99
on:
1010
push:
11+
branches:
12+
- '**'
1113
paths:
1214
- "**.txt"
1315
pull_request:

0 commit comments

Comments
 (0)