Disable run on push

This commit is contained in:
Oleg Smirnov
2025-10-24 09:21:56 +02:00
parent bf6b827110
commit ab7d62e0b7

View File

@@ -9,9 +9,9 @@ on:
workflow_dispatch:
schedule:
- cron: '0 6 * * *'
push:
branches:
- main
# push:
# branches:
# - main
jobs:
update: