Skip to content

3.11.1

3.11.1 #1249

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