Temporarily disabled automatic sync trigger

This commit is contained in:
amd64fox 2026-03-19 06:39:16 +03:00
parent 65dcb761bd
commit 3f6cba6bdd

View file

@ -1,13 +1,15 @@
name: Sync files to table
on:
push:
branches:
- main
paths:
- 'versions.json'
- 'versions_deb.json'
workflow_dispatch:
# Temporarily disabled automatic sync trigger.
# Uncomment this block to restore automatic runs on push to main.
# push:
# branches:
# - main
# paths:
# - 'versions.json'
# - 'versions_deb.json'
workflow_dispatch:
jobs:
sync-files: