fix: fix pipelines to reduce parallel runs
Some checks failed
CI Workflow / Test readiness for publishing provider (pull_request) Has been cancelled
CI Workflow / CI (pull_request) Has been cancelled
CI Workflow / Check GoReleaser config (pull_request) Has been cancelled
CI Workflow / Code coverage report (pull_request) Has been cancelled

This commit is contained in:
Marcel_Henselin 2026-01-30 13:46:58 +01:00
parent 32db4a66b3
commit 1227e824ce
2 changed files with 4 additions and 4 deletions

View file

@ -2,10 +2,14 @@ name: CI Workflow
on:
pull_request:
branches:
- alpha
- main
workflow_dispatch:
push:
branches:
- '!main'
- '!alpha'
env:
GO_VERSION: "1.25"

View file

@ -3,10 +3,6 @@ name: Publish
run-name: Publish by @${{ github.actor }}
on:
pull_request:
branches:
- alpha
- main
workflow_dispatch:
push:
tags: