mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-08-22 14:53:45 +00:00
13 lines
210 B
YAML
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
|