ci: add release pipeline #14

Merged
t.behrendt merged 3 commits from ci-add-release-pipeline into main 2025-05-20 20:20:49 +02:00
2 changed files with 3 additions and 16 deletions
Showing only changes of commit 65fc51e875 - Show all commits

View File

@@ -6,22 +6,8 @@ on:
- main - main
jobs: jobs:
tests: ci:
runs-on: ubuntu-latest uses: ./.github/workflows/ci.yaml
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "stable"
- name: Download dependencies
run: go mod download
- name: Run tests
run: go test ./...
release: release:
needs: tests needs: tests

View File

@@ -4,6 +4,7 @@ on:
push: push:
branches-ignore: branches-ignore:
- main - main
workflow_call:
jobs: jobs:
test: test: