Files
taskchampion-sync-server/.github/workflows/release-on-schedule.yml
2026-08-02 20:39:27 -04:00

13 lines
254 B
YAML

name: Release (Monthly)
on:
workflow_dispatch:
schedule:
# On the 15th of the month
- cron: '30 5 15 * *'
jobs:
release:
uses: GothenburgBitFactory/taskchampion-sync-server/.github/workflows/publish-docker-image.yaml
secrets: inherit