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:
ItsIgnacioPortal
2026-04-17 20:22:50 -03:00
parent 50818f3bb3
commit 20b9d28baf
6 changed files with 12 additions and 0 deletions
@@ -3,6 +3,8 @@ name: Wordlist Updater - default-passwords
on:
workflow_dispatch:
push:
branches:
- '**'
paths:
- 'Passwords/Default-Credentials/default-passwords.csv'