Skip to content

feat: Add production workflows #2

feat: Add production workflows

feat: Add production workflows #2

Workflow file for this run

name: Development workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docker-publish:
uses: kir-dev/workflows/.github/workflows/docker-publish.yml@main
with: {}