Added test trigger to the "awesome env variables" github action

This commit is contained in:
PinkDev1 2022-10-01 03:10:25 -03:00
parent d4e34744d0
commit 79c3315704

View file

@ -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: