mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-17 03:11:23 +00:00
fix(cicd): Disabled updaters running on tags
Fixes #1240 See: https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#push
This commit is contained in:
@@ -4,6 +4,8 @@ name: Readme updater - Updates readme with latest stats
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ name: Wordlist Updater - API Endpoints Res
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
paths:
|
paths:
|
||||||
- 'Discovery/Web-Content/api/api-seen-in-wild.txt'
|
- 'Discovery/Web-Content/api/api-seen-in-wild.txt'
|
||||||
- 'Discovery/Web-Content/api/actions.txt'
|
- 'Discovery/Web-Content/api/actions.txt'
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ name: Wordlist Updater - Combined directories
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
paths:
|
paths:
|
||||||
- 'Discovery/Web-Content/apache.txt'
|
- 'Discovery/Web-Content/apache.txt'
|
||||||
- 'Discovery/Web-Content/combined_words.txt'
|
- 'Discovery/Web-Content/combined_words.txt'
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ name: Wordlist Updater - Combined words
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
paths:
|
paths:
|
||||||
- 'Discovery/Web-Content/common.txt'
|
- 'Discovery/Web-Content/common.txt'
|
||||||
- 'Discovery/Web-Content/raft-small-words.txt'
|
- 'Discovery/Web-Content/raft-small-words.txt'
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ name: Wordlist Updater - default-passwords
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
paths:
|
paths:
|
||||||
- 'Passwords/Default-Credentials/default-passwords.csv'
|
- 'Passwords/Default-Credentials/default-passwords.csv'
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,8 @@
|
|||||||
name: Wordlist Validator - Runs a validator script to check for dangerous pushes
|
name: Wordlist Validator - Runs a validator script to check for dangerous pushes
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
paths:
|
paths:
|
||||||
- "**.txt"
|
- "**.txt"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|||||||
Reference in New Issue
Block a user