From 20b9d28baf8954ecef4b0ec295f1d864b1799d87 Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <46269721+ItsIgnacioPortal@users.noreply.github.com> Date: Fri, 17 Apr 2026 20:22:50 -0300 Subject: [PATCH] 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 --- .github/workflows/readme-updater.yml | 2 ++ .github/workflows/wordlist-updater_api-endpoints-res.yml | 2 ++ .github/workflows/wordlist-updater_combined_directories.yml | 2 ++ .github/workflows/wordlist-updater_combined_words.yml | 2 ++ .github/workflows/wordlist-updater_default-passwords.yml | 2 ++ .github/workflows/wordlist-validator.yml.disabled | 2 ++ 6 files changed, 12 insertions(+) diff --git a/.github/workflows/readme-updater.yml b/.github/workflows/readme-updater.yml index b43e2f614..e2050e599 100644 --- a/.github/workflows/readme-updater.yml +++ b/.github/workflows/readme-updater.yml @@ -4,6 +4,8 @@ name: Readme updater - Updates readme with latest stats on: push: + branches: + - '**' workflow_dispatch: jobs: diff --git a/.github/workflows/wordlist-updater_api-endpoints-res.yml b/.github/workflows/wordlist-updater_api-endpoints-res.yml index 2909b47fa..7a32b171e 100644 --- a/.github/workflows/wordlist-updater_api-endpoints-res.yml +++ b/.github/workflows/wordlist-updater_api-endpoints-res.yml @@ -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' diff --git a/.github/workflows/wordlist-updater_combined_directories.yml b/.github/workflows/wordlist-updater_combined_directories.yml index 84b60189c..85d4b278d 100644 --- a/.github/workflows/wordlist-updater_combined_directories.yml +++ b/.github/workflows/wordlist-updater_combined_directories.yml @@ -3,6 +3,8 @@ name: Wordlist Updater - Combined directories on: workflow_dispatch: push: + branches: + - '**' paths: - 'Discovery/Web-Content/apache.txt' - 'Discovery/Web-Content/combined_words.txt' diff --git a/.github/workflows/wordlist-updater_combined_words.yml b/.github/workflows/wordlist-updater_combined_words.yml index 39fbb5c80..be45f86f1 100644 --- a/.github/workflows/wordlist-updater_combined_words.yml +++ b/.github/workflows/wordlist-updater_combined_words.yml @@ -3,6 +3,8 @@ name: Wordlist Updater - Combined words on: workflow_dispatch: push: + branches: + - '**' paths: - 'Discovery/Web-Content/common.txt' - 'Discovery/Web-Content/raft-small-words.txt' diff --git a/.github/workflows/wordlist-updater_default-passwords.yml b/.github/workflows/wordlist-updater_default-passwords.yml index ff693a9ce..5bb729cd7 100644 --- a/.github/workflows/wordlist-updater_default-passwords.yml +++ b/.github/workflows/wordlist-updater_default-passwords.yml @@ -3,6 +3,8 @@ name: Wordlist Updater - default-passwords on: workflow_dispatch: push: + branches: + - '**' paths: - 'Passwords/Default-Credentials/default-passwords.csv' diff --git a/.github/workflows/wordlist-validator.yml.disabled b/.github/workflows/wordlist-validator.yml.disabled index ad0578592..6050a85a8 100644 --- a/.github/workflows/wordlist-validator.yml.disabled +++ b/.github/workflows/wordlist-validator.yml.disabled @@ -8,6 +8,8 @@ name: Wordlist Validator - Runs a validator script to check for dangerous pushes on: push: + branches: + - '**' paths: - "**.txt" pull_request: