Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor out common CI stuff #2

Open
smheidrich opened this issue Aug 2, 2021 · 0 comments
Open

Factor out common CI stuff #2

smheidrich opened this issue Aug 2, 2021 · 0 comments
Assignees

Comments

@smheidrich
Copy link
Owner

smheidrich commented Aug 2, 2021

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
@smheidrich smheidrich self-assigned this Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant