Files
taskchampion-sync-server/.github/workflows/release-on-schedule.yml
Dustin J. Mitchell f01206e688 Local workflow paths
2026-08-02 20:41:51 -04:00

13 lines
210 B
YAML

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