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: workflow_dispatch:
schedule: schedule:
- cron: '0 6 * * *' - cron: '0 6 * * *'
push: # push:
branches: # branches:
- main # - main
jobs: jobs:
update: update: