Skip to content

Fix branch name in release workflow #3

Fix branch name in release workflow

Fix branch name in release workflow #3

Workflow file for this run

on:
push:
branches:
- main
name: Release
jobs:
check-and-lint:
uses: ./.github/workflows/check_and_lint.yml
test:
uses: ./.github/workflows/test.yml
docker-release:
needs: [check-and-lint, test]
uses: ./.github/workflows/docker.yml