Skip to content

3.10.1

3.10.1 #1247

Workflow file for this run

---
name: "Deploy"
# yamllint disable-line rule:truthy
on:
release:
types:
- published
# schedule:
# - cron: "0 2 * * *"
workflow_dispatch:
jobs:
deploy-container:
uses: ./.github/workflows/deploy-container.yml
package:
uses: ./.github/workflows/package.yml