Temporarily disabled automatic sync trigger
This commit is contained in:
parent
65dcb761bd
commit
3f6cba6bdd
1 changed files with 9 additions and 7 deletions
16
.github/workflows/sync-files.yml
vendored
16
.github/workflows/sync-files.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue