Skip to content

Factor out common CI stuff #2

@smheidrich

Description

@smheidrich

Three options for how:

  • Split up into three workflows (build, pre-release, release), make the two release ones get artifacts from the build one
  • Put common stuff into an action of its own
    • drawback: a lot of work for not much gain
  • Merge everything together into one workflow again (triggers on both branches: [ main ] and tags: [ "[0-9].*" ]), just have a couple of conditions for differentiating between release / pre-release
    • drawback: boring, might not work, I don't know

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions