remove workflow execution on push

This commit is contained in:
lollerfirst
2025-08-24 23:29:22 +02:00
parent d049474ec4
commit 6c5b99365c
-7
View File
@@ -5,13 +5,6 @@ on:
# Run every day at 6:00 AM UTC
- cron: '0 6 * * *'
workflow_dispatch: # Allows manual triggering
push:
branches:
- main
paths:
- 'nostr_relay_discovery.py'
- 'filter_bitchat_relays.sh'
- 'relays_geo_lookup.sh'
permissions:
contents: write