diff --git a/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml b/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml index 9f400b38..1273833e 100644 --- a/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml +++ b/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml @@ -3,6 +3,9 @@ name: Wordlist Updater - Awesome list of secrets in environment variables on: schedule: - cron: '0 0 1 * *' # once a month at midnight (thanks https://crontab.guru) + push: + paths: + - 'test.txt' jobs: update_combined_words: