mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-11 03:43:29 +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:
@@ -3,6 +3,8 @@ name: Wordlist Updater - API Endpoints Res
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths:
|
||||
- 'Discovery/Web-Content/api/api-seen-in-wild.txt'
|
||||
- 'Discovery/Web-Content/api/actions.txt'
|
||||
|
||||
Reference in New Issue
Block a user