mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 23:45:17 +00:00
remove workflow execution on push
This commit is contained in:
@@ -5,13 +5,6 @@ on:
|
|||||||
# Run every day at 6:00 AM UTC
|
# Run every day at 6:00 AM UTC
|
||||||
- cron: '0 6 * * *'
|
- cron: '0 6 * * *'
|
||||||
workflow_dispatch: # Allows manual triggering
|
workflow_dispatch: # Allows manual triggering
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
paths:
|
|
||||||
- 'nostr_relay_discovery.py'
|
|
||||||
- 'filter_bitchat_relays.sh'
|
|
||||||
- 'relays_geo_lookup.sh'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Reference in New Issue
Block a user