mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-09-01 04:15:45 +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:
@@ -4,6 +4,8 @@ name: Readme updater - Updates readme with latest stats
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user